usefull comment

Esse commit está contido em:
Tonton Th 2021-01-03 17:56:41 +01:00
commit 8425496f3f
2 arquivos alterados com 9 adições e 0 exclusões

Ver arquivo

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

Ver arquivo

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