DEBSOURCES
Skip Quicknav
sources / w3m / 0.5.3%2Bgit20230121-2 / functable.awk
123456789
BEGIN { print "#include <stdio.h>" print "#include \"funcname1.h\"" print "%%" } /^#/ { next } { print $1 " FUNCNAME_" $2; }