On Tue, May 21, 2019 at 10:17 AM Quentin Rameau <[email protected]> wrote: > x* is not a reserved namespace, nor is strsep.
strsep is reserved. C11 standard section 7.30 Future library directions: The following names are grouped under individual headers for convenience. All external names described below are reserved no matter what headers are included by the program. 7.30.10 String handling <string.h> Function names that begin with str, mem, or wcs and a lowercase letter may be added to the declarations in the <string.h> header.
