mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 14:59:32 -06:00
8 lines
112 B
C
8 lines
112 B
C
#include <gu/enum.h>
|
|
|
|
GU_API void
|
|
gu_enum_next(GuEnum* en, void* to, GuPool* pool)
|
|
{
|
|
en->next(en, to, pool);
|
|
}
|