mirror of
https://github.com/troglobit/editline.git
synced 2025-09-21 05:08:07 +08:00
Spellcheck comment
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user