5 lines
95 B
Awk
5 lines
95 B
Awk
|
BEGIN {
|
||
|
builtin["_exit"] = "void _exit()";
|
||
|
builtin["strlen"] = "unsigned long strlen()";
|
||
|
}
|