#include "flGlobal.h"#include <string.h>Go to the source code of this file.
Defines | |
| #define | strLen(inStr) strlen((char*)inStr) |
| #define | strCmp(inStr0, inStr1) strcmp((char*)inStr0, (char*)inStr1) |
| #define | strCopyTo(inStrDest, inStrSrc) strcpy((char*)inStrDest, (char*)inStrSrc) |
| #define strCmp | ( | inStr0, | |||
| inStr1 | ) | strcmp((char*)inStr0, (char*)inStr1) |
Definition at line 52 of file flString.h.
| #define strCopyTo | ( | inStrDest, | |||
| inStrSrc | ) | strcpy((char*)inStrDest, (char*)inStrSrc) |
Definition at line 53 of file flString.h.
| #define strLen | ( | inStr | ) | strlen((char*)inStr) |
Definition at line 51 of file flString.h.
1.5.1