Go to the source code of this file.
◆ str_equal
| #define str_equal |
( |
|
s, |
|
|
|
t |
|
) |
| (!str_diff((s),(t))) |
Definition at line 13 of file str.h.
◆ str_chr()
| unsigned int str_chr |
( |
char * |
, |
|
|
int |
|
|
) |
| |
◆ str_copy()
| unsigned int str_copy |
( |
char * |
, |
|
|
char * |
|
|
) |
| |
◆ str_copyb()
| unsigned int str_copyb |
( |
char * |
, |
|
|
char * |
, |
|
|
unsigned |
int |
|
) |
| |
◆ str_diff()
| int str_diff |
( |
char * |
, |
|
|
char * |
|
|
) |
| |
◆ str_diffn()
| int str_diffn |
( |
char * |
, |
|
|
char * |
, |
|
|
unsigned |
int |
|
) |
| |
◆ str_len()
| unsigned int str_len |
( |
char * |
| ) |
|
◆ str_rchr()
| unsigned int str_rchr |
( |
char * |
, |
|
|
int |
|
|
) |
| |
◆ str_start()
| int str_start |
( |
char * |
, |
|
|
char * |
|
|
) |
| |