nes-proj/cpu/at91sam7s/builtins.awk

5 lines
95 B
Awk

BEGIN {
builtin["_exit"] = "void _exit()";
builtin["strlen"] = "unsigned long strlen()";
}