![]() |
fehQlibs 29
Qlibs
|
byte manipulation functions More...
#include "byte.h"
Go to the source code of this file.
Functions | |
| 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) |
| unsigned int | byte_rchr (char *s, unsigned int n, int c) |
| void | byte_zero (char *s, unsigned int n) |
| void | byte_fill (char *to, unsigned int n, int c) |
byte manipulation functions
Definition in file byte.c.
| 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 ) |