Closed audioplastic closed 10 years ago
No malloc.h on mac. It's in stdlib.h for us :)
I have wrapped the header in an #ifndef __STDC__ check, which should make this work on other BSD-based systems as well as Mac OSX.
#ifndef __STDC__
Thanks,
No malloc.h on mac. It's in stdlib.h for us :)