![]() |
fehQlibs 30
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 (char *, unsigned int, const char *) |
| void | byte_copyr (char *, unsigned int, const char *) |
| int | byte_diff (const char *, unsigned int, const char *) |
| void | byte_zero (char *, unsigned int) |
| void | byte_fill (char *, unsigned int, int) |
Definition in file byte.h.
| unsigned int byte_chr | ( | char * | s, |
| unsigned int | n, | ||
| int | c | ||
| ) |
| void byte_copy | ( | char * | to, |
| unsigned int | n, | ||
| const char * | from | ||
| ) |
| void byte_copyr | ( | char * | to, |
| unsigned int | n, | ||
| const char * | from | ||
| ) |
| int byte_diff | ( | const char * | s, |
| unsigned int | n, | ||
| const char * | t | ||
| ) |