|
|
gm_strcmp() reimplements strcmp().
- Return values:
-
| int | Returns an integer less than, equal to, or greater than zero if a is found, respectively, to be less than, to match, or be greater than b. |
- Parameters:
-
| a | The first string to be compared. |
| b | The second string to be compared. |
- Author:
- Glenn Brown
- Version:
- GM_API_VERSION (as defined in gm.h)
|