Stephen McCaul
Results
4
issues of
Stephen McCaul
Just a little inconsistency :)
malloc.h is not a standard C header and is missing on many platforms (eg: macos). stdlib.h should cover what is in malloc.h so it is unnecessary.
After writing the bug report below I found this seems to have already been addressed but that there has been no release since this was fixed. Will there be a...