Files
progettoso/lib/utils/strsep_gnu.h
2022-04-11 18:38:04 +02:00

11 lines
193 B
C

#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 */