2 * Copyright 2009-2010 Haiku Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
9 #include_next <string.h>
19 char* strsep(char** string
, const char* delimiters
);
20 void explicit_bzero(void *buf
, size_t len
);
30 #endif /* _BSD_STRING_H_ */