strlen(3) strnlen(3)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#ifndef _STRING_H
|
||||
# define _STRING_H
|
||||
size_t strlen(const char *s);
|
||||
size_t strnlen(const char *s, size_t maxlen);
|
||||
#endif /* ifndef _STRING_H */
|
||||
Reference in New Issue
Block a user