Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2639 → Rev 2640

/trunk/uspace/lib/libc/include/string.h
46,6 → 46,7
int bcmp(const char *s1, const char *s2, size_t n);
 
int strcmp(const char *, const char *);
int strncmp(const char *, const char *, size_t n);
 
char *strcpy(char *dest, const char *src);
char *strncpy(char *dest, const char *src, size_t n);