Idris2/support/c/idris_memory.h
2022-09-21 12:12:34 +01:00

5 lines
74 B
C

#pragma once
void *idris2_malloc(int size);
void idris2_free(void *ptr);