Go to the source code of this file.
|
unsigned int | byte_chr (char *, unsigned int, int) |
|
unsigned int | byte_rchr (char *, unsigned int, int) |
|
void | byte_copy (char *, unsigned int, char *) |
|
void | byte_copyr (char *, unsigned int, char *) |
|
int | byte_diff (char *, unsigned int, char *) |
|
void | byte_zero (char *, unsigned int) |
|
◆ byte_equal
#define byte_equal |
( |
|
s, |
|
|
|
n, |
|
|
|
t |
|
) |
| (!byte_diff((s),(n),(t))) |
◆ byte_chr()
unsigned int byte_chr |
( |
char * |
, |
|
|
unsigned |
int, |
|
|
int |
|
|
) |
| |
◆ byte_copy()
void byte_copy |
( |
char * |
, |
|
|
unsigned |
int, |
|
|
char * |
|
|
) |
| |
◆ byte_copyr()
void byte_copyr |
( |
char * |
, |
|
|
unsigned |
int, |
|
|
char * |
|
|
) |
| |
◆ byte_diff()
int byte_diff |
( |
char * |
, |
|
|
unsigned |
int, |
|
|
char * |
|
|
) |
| |
◆ byte_rchr()
unsigned int byte_rchr |
( |
char * |
, |
|
|
unsigned |
int, |
|
|
int |
|
|
) |
| |
◆ byte_zero()
void byte_zero |
( |
char * |
, |
|
|
unsigned |
int |
|
) |
| |