efl/legacy/embryo/examples/recurse.inc

8 lines
130 B
PHP

#if defined EXAMPLE_INC
#endinput
#endif
#define EXAMPLE_INC
native printf(format[], ...);
native native_rec(arg1, str[], arg2);