diff options
Diffstat (limited to 'xstd.c')
-rw-r--r-- | xstd.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -35,13 +35,6 @@ extern size_t strlcpy(char *, const char *, size_t); int -xstrncmp(const char *p1, const char *p2, size_t sz) -{ - - return(0 == strncmp(p1, p2, sz)); -} - -int xstrcmp(const char *p1, const char *p2) { |