forked from GitHub/gf-core
initial import of the C runtime
This commit is contained in:
7
src/runtime/c/gu/enum.c
Normal file
7
src/runtime/c/gu/enum.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <gu/enum.h>
|
||||
|
||||
void
|
||||
gu_enum_next(GuEnum* en, void* to, GuPool* pool)
|
||||
{
|
||||
en->next(en, to, pool);
|
||||
}
|
||||
Reference in New Issue
Block a user