lisp-take-1/memory/smalloc.h
2024-11-28 18:36:25 -06:00

4 lines
50 B
C

#include <stddef.h>
void* smalloc(size_t size);