libs/bsd: add explicit_bzero(3)

Signed-off-by: Augustin Cavalier <[email protected]>
This commit is contained in:
Leorize
2017-12-16 12:54:58 -05:00
committed by Augustin Cavalier
parent 3d61d20742
commit 0006cc3fbf
3 changed files with 24 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ extern "C" {
#endif
char* strsep(char** string, const char* delimiters);
void explicit_bzero(void *buf, size_t len);
#ifdef __cplusplus
}