Import strsep() from NetBSD's libnbcompat
Ported by Gautam Tirumala
This commit is contained in:
@@ -68,6 +68,7 @@ _PROTOTYPE( int strncasecmp, (const char *_s1, const char *_s2,
|
||||
_PROTOTYPE( size_t strnlen, (const char *_s, size_t _n) );
|
||||
_PROTOTYPE( size_t strlcat, (char *_dst, const char *_src, size_t _siz) );
|
||||
_PROTOTYPE( size_t strlcpy, (char *_dst, const char *_src, size_t _siz) );
|
||||
_PROTOTYPE( char * strsep, (char **stringp, const char *delim) );
|
||||
#endif
|
||||
|
||||
#endif /* _STRING_H */
|
||||
|
||||
Reference in New Issue
Block a user