lisp-take-1/memory/srealloc.h

6 lines
74 B
C

#include <stddef.h>
void* srealloc(
void* oldptr,
size_t size);