Skip to content

Commit

Permalink
Clean up header, trim whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Jun 4, 2018
1 parent ce09d6c commit 27be392
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions src/mcciadk_baselib.h
Original file line number Diff line number Diff line change
@@ -1,37 +1,16 @@
/* mcciadk_baselib.h Thu Dec 07 2017 00:46:58 tmm */

/*
Module: mcciadk_baselib.h
Function:
The basic ADK library.
Version:
V0.1.2 Thu Dec 07 2017 00:46:58 tmm Edit level 1
Copyright notice:
This file copyright (C) 2016-2017 by
MCCI Corporation
3520 Krums Corners Road
Ithaca, NY 14850
See accompanying LICENSE file.
An unpublished work. All rights reserved.
This file is proprietary information, and may not be disclosed or
copied without the prior permission of MCCI Corporation.
Author:
Terry Moore, MCCI Corporation October 2016
Revision history:
0.1.0 Tue Oct 25 2016 08:49:01 tmm
Module created.
0.1.2 Thu Dec 07 2017 00:46:58 tmm
Added McciAdkLib_StringCompareCaseInsensitive().
*/

#ifndef _MCCIADK_BASELIB_H_ /* prevent multiple includes */
Expand Down Expand Up @@ -115,7 +94,7 @@ McciAdkLib_CharIsWhite(
return ((c & 0xFF) <= 0x20);
}

// if c is an upper case letter, return the lower-case equivalent;
// if c is an upper case letter, return the lower-case equivalent;
// otherwise return c unchanged.
static inline char
McciAdkLib_CharToLower(
Expand Down

0 comments on commit 27be392

Please sign in to comment.