osd-contiki/cpu/at91sam7s/builtins.awk

5 lines
95 B
Awk
Raw Normal View History

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