style
This commit is contained in:
@@ -32,9 +32,9 @@ size_t strspn(const char *s1, const char *s2);
|
||||
char *strrchr(const char *s, int c);
|
||||
size_t strcspn(const char *s1, const char *s2);
|
||||
char *strpbrk(const char *s1, const char *s2);
|
||||
int strncmp(const char * s1, const char * s2, size_t n);
|
||||
int strncmp(const char *s1, const char *s2, size_t n);
|
||||
char c_tolower(int c);
|
||||
char c_isprint (unsigned char c);
|
||||
char c_isprint(unsigned char c);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user