Spellcheck comment

This commit is contained in:
Joachim Nilsson 2010-07-18 05:22:45 +02:00
parent 4c4a7e808c
commit 98fbc6cd41

View File

@ -91,7 +91,7 @@ extern char *strdup(const char *s);
extern int strcmp(const char *s1, const char *s2); extern int strcmp(const char *s1, const char *s2);
extern int strlen(const char *s); extern int strlen(const char *s);
extern int strncmp(const char *s1, const char *s2, size_t n); extern int strncmp(const char *s1, const char *s2, size_t n);
#endif/* !HAVE_STDLIB */ #endif/* !HAVE_STDLIB_H */
#ifndef HAVE_STRDUP #ifndef HAVE_STRDUP
extern char *strdup(const char *s); extern char *strdup(const char *s);