acl/lib_acl/samples/gc/mem_gc.h

7 lines
97 B
C

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