/* START builtins */ #include "stdio.h" #include void _printf(char *msg) { printf(msg); } /* END builtins */