#pragma once #ifndef _STRSEP_GNU #define _STRSEP_GNU #include extern char *strsep_gnu (char **__restrict __stringp, const char *__restrict __delim); #endif /* _STRSEP_GNU */