centijson icon indicating copy to clipboard operation
centijson copied to clipboard

Use of malloc.h is nonstandard

Open Stephenmccaul opened this issue 1 year ago • 0 comments

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.

Stephenmccaul avatar Nov 06 '24 22:11 Stephenmccaul