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