MODIF: adaptation for macOS

This commit is contained in:
prool 2023-01-07 20:37:42 +02:00
parent 498b652546
commit 6826b1a148

View file

@ -78,8 +78,10 @@
#include <strings.h>
#endif
#include <stdlib.h> // prool for macos
#if (defined (STDC_HEADERS) || defined (__GNU_LIBRARY__))
#include <stdlib.h>
//#include <stdlib.h> // prool
#else /* No standard headers. */
@ -87,10 +89,12 @@
#include <memory.h>
#endif
#if 0 // prool for macos
extern char *malloc(), *calloc(), *realloc();
extern void free ();
extern void abort (), exit ();
#endif
#endif /* Standard headers. */