Open chrstphrchvz opened 3 years ago
Hstrdup.c: missing stdlib.h for exit() Hstrtoul.c: missing string.h for strcmp()
exit()
strcmp()
These are needed to avoid silent errors on Xcode 12.
Hstrdup.c: missing stdlib.h for
exit()
Hstrtoul.c: missing string.h forstrcmp()
These are needed to avoid silent errors on Xcode 12.