acl/samples/gc/mem_gc.h

7 lines
91 B
C

#ifndef __MEM_GC_INCLUDE_H__
#define __MEM_GC_INCLUDE_H__
void mem_gc_hook(void);
#endif