mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-14 00:40:55 +08:00
550b1095de
This reverts commit dff6771da7
.
7 lines
91 B
C
7 lines
91 B
C
#ifndef __MEM_GC_INCLUDE_H__
|
|
#define __MEM_GC_INCLUDE_H__
|
|
|
|
void mem_gc_hook(void);
|
|
|
|
#endif
|