7 extern unsigned int byte_chr(
const char *,
unsigned int n,
int);
8 extern void byte_copy(
void *,
unsigned int,
const void *);
9 extern void byte_copyr(
char *,
unsigned int,
const char *);
10 extern int byte_diff(
const void *,
unsigned int n,
const void *);
11 extern void byte_zero(
void *,
unsigned int);
13 #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) void byte_copy(void *, unsigned int, const void *)
void byte_copyr(char *, unsigned int, const char *)
int byte_diff(const void *, unsigned int n, const void *)
void byte_zero(void *, unsigned int)
unsigned int byte_chr(const char *, unsigned int n, int)