fehQlibs 26
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 (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) |
unsigned int | byte_rchr (char *s, unsigned int n, int c) |
void | byte_zero (void *s, unsigned int n) |
void | byte_fill (void *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 | ( | 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 | ||
) |