annotate marsyas-link/malloc.h @ 34:efb73feb1061

Enough MacOS bits to be able to do a quick proof-of-concept test
author Chris Cannam
date Fri, 13 Dec 2019 14:14:57 +0000
parents de97eaf74910
children
rev   line source
Chris@21 1 #ifdef __MACH__
Chris@21 2 #include <stdlib.h>
Chris@21 3 #endif