added portability to non-BSD systems
This commit is contained in:
10
lib/utils/strsep_gnu.h
Normal file
10
lib/utils/strsep_gnu.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#ifndef _STRSEP_GNU
|
||||
#define _STRSEP_GNU
|
||||
|
||||
#include <strings.h>
|
||||
|
||||
extern char *strsep_gnu (char **__restrict __stringp,
|
||||
const char *__restrict __delim);
|
||||
|
||||
#endif /* _STRSEP_GNU */
|
||||
Reference in New Issue
Block a user