efl/legacy/embryo/examples/test.inc

8 lines
124 B
PHP

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