Initial revision
This commit is contained in:
10
funcname1.awk
Normal file
10
funcname1.awk
Normal file
@@ -0,0 +1,10 @@
|
||||
BEGIN { n=0 }
|
||||
/^#/ {next}
|
||||
{
|
||||
if (cmd[$2] == "") {
|
||||
print "#define FUNCNAME_" $2 " " n;
|
||||
cmd[$2] = n;
|
||||
}
|
||||
n++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user