-
Notifications
You must be signed in to change notification settings - Fork 390
Closed
Description
Line 63 in 5c75754
if ((a = strsep(&s, " \t")) != NULL) |
ld.exe: release/sim_utils.o:sim_utils.c:(.text+0x8c): undefined reference to
strsep'`
Environment: MinGW32
The strsep() function isn't Standard C so its not available in windows MinGW environment
Metadata
Metadata
Assignees
Labels
No labels