Import strsep() from NetBSD's libnbcompat

Ported by Gautam Tirumala
This commit is contained in:
Arun Thomas
2010-07-12 17:41:31 +00:00
parent 652618e458
commit bcaf746508
3 changed files with 103 additions and 0 deletions

View File

@@ -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 */