nes-proj/cpu/at91sam7s/builtins.awk

5 lines
95 B
Awk
Raw Normal View History

2007-11-18 12:18:59 +00:00
BEGIN {
builtin["_exit"] = "void _exit()";
builtin["strlen"] = "unsigned long strlen()";
}