Intial commit
[profile/ivi/w3m.git] / functable.awk
1 BEGIN {
2   print "#include <stdio.h>"
3   print "#include \"funcname1.h\""
4   print "%%"
5 }
6 /^#/ { next }
7 {
8   print $1 " FUNCNAME_" $2;
9