1 2 3 4 5
${MODULES_PROTOTYPE}; extern void builtin_init(void); void builtin_init(void) { ${MODULES_FUNC}; }