mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 12:31:45 +08:00
Spellcheck comment
This commit is contained in:
parent
4c4a7e808c
commit
98fbc6cd41
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user