Go to the documentation of this file.
4 void memcpy(
void *s1,
const void *s2,
int n);
5 void memset(
void *s,
const char ch,
int n);
6 unsigned short ntohs(
unsigned short s);
7 unsigned long ntohl(
unsigned long l);
8 unsigned short htons(
unsigned short s);
9 unsigned long htonl(
unsigned long l);
11 void ultostr(
char *s,
unsigned long data);
13 unsigned long strtodec(
char *str,
int cnt);
15 int strncmp(
const char *s1,
const char *s2,
int maxlen);
16 int strcmp(
const char *s1,
const char *s2);
20 void sprintf(
char *mem,
char *fmt, ...);