String Utilities
[Utilities]
Detailed Description
- See im_util.h
Functions | |
int | imStrEqual (const char *str1, const char *str2) |
int | imStrNLen (const char *str, int max_len) |
int | imStrCheck (const void *data, int count) |
Function Documentation
|
Check if the two strings are equal. |
|
Calculate the size of the string but limited to max_len. |
|
Check if the data is a string. |