mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 10:57:34 +08:00
9697f95b8f
This reverts commit 15d999759e
.
7 lines
97 B
C
7 lines
97 B
C
#ifndef __MEM_GC_INCLUDE_H__
|
|
#define __MEM_GC_INCLUDE_H__
|
|
|
|
void mem_gc_hook(void);
|
|
|
|
#endif
|