usefull comment

This commit is contained in:
tonton th 2021-01-03 17:56:41 +01:00
parent 4946f5fbb2
commit 8425496f3f
2 changed files with 9 additions and 0 deletions

View File

@ -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 !"

View File

@ -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";