diff --git a/Fonderie/craplist2h.awk b/Fonderie/craplist2h.awk index f434f43..89d07db 100755 --- a/Fonderie/craplist2h.awk +++ b/Fonderie/craplist2h.awk @@ -1,5 +1,10 @@ #!/usr/bin/awk -f +# +# this utility script make a file who +# is includet by 'crapulator.h' +# + BEGIN { print "// -----------------------------------" print "// generated file, do not edit by hand !" diff --git a/Fonderie/craplist2str.awk b/Fonderie/craplist2str.awk index f71100e..9a431e9 100755 --- a/Fonderie/craplist2str.awk +++ b/Fonderie/craplist2str.awk @@ -1,5 +1,9 @@ #!/usr/bin/awk -f +# +# this utility script make a file who +# is includet by 'crapulator.c' +# BEGIN { print "// -----------------------------------" print "// generated file, do not edit by hand";