#include "idstr.h"
Go to the source code of this file.
Defines | |
#define | UP(c) (('a'<=(c) && 'z'>=(c))?((c)+'A'-'a'):(c)) |
Functions | |
int | IdStrCmpNoCase (char *s1, char *s2) |
|
Definition at line 42 of file strcomp.c. Referenced by IdStrCmpNoCase(). |
|
Definition at line 69 of file strcomp.c. References UP. Referenced by IdStrSwap(). |