comparison functions
More...
#include <string.h>
#include "../../str.h"
Go to the source code of this file.
Defines
- #define cmp_strz(a, b) strcmp((a), (b))
- Comparison functions
- return:
- < 0 - less
- ==0 - equal
- > 0 - greater cmp_str* - for strings does case sensitive comparison cmpi_str* - for strings does case insensitive comparison.
Functions
Detailed Description
Definition in file cmpapi.h.
Define Documentation
| #define cmp_strz |
( |
|
a, |
|
|
|
b | |
|
) |
| | strcmp((a), (b)) |