mirror of
https://github.com/fluencelabs/musl
synced 2025-06-12 22:41:37 +00:00
fix prototype for strsep
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#define _GNU_SOURCE
|
||||
#include <string.h>
|
||||
|
||||
char *strsep(char **str, const char *sep)
|
||||
|
Reference in New Issue
Block a user