fehQlibs 26
Qlibs
|
Go to the source code of this file.
Macros | |
#define | byte_equal(s, n, t) (!byte_diff((s),(n),(t))) |
Functions | |
unsigned int | byte_chr (char *, unsigned int, int) |
unsigned int | byte_rchr (char *, unsigned int, int) |
void | byte_copy (void *, unsigned int, const void *) |
void | byte_copyr (void *, unsigned int, const void *) |
int | byte_diff (const void *, unsigned int, const void *) |
void | byte_zero (void *, unsigned int) |
void | byte_fill (void *, unsigned int, int) |
Definition in file byte.h.
unsigned int byte_chr | ( | char * | s, |
unsigned int | n, | ||
int | c | ||
) |
void byte_copy | ( | void * | to, |
unsigned int | n, | ||
const void * | from | ||
) |
void byte_copyr | ( | void * | to, |
unsigned int | n, | ||
const void * | from | ||
) |
int byte_diff | ( | const void * | s, |
unsigned int | n, | ||
const void * | t | ||
) |