forked from tTh/FloatImg
usefull comment
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
#!/usr/bin/awk -f
|
#!/usr/bin/awk -f
|
||||||
|
|
||||||
|
#
|
||||||
|
# this utility script make a file who
|
||||||
|
# is includet by 'crapulator.h'
|
||||||
|
#
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
print "// -----------------------------------"
|
print "// -----------------------------------"
|
||||||
print "// generated file, do not edit by hand !"
|
print "// generated file, do not edit by hand !"
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
#!/usr/bin/awk -f
|
#!/usr/bin/awk -f
|
||||||
|
|
||||||
|
#
|
||||||
|
# this utility script make a file who
|
||||||
|
# is includet by 'crapulator.c'
|
||||||
|
#
|
||||||
BEGIN {
|
BEGIN {
|
||||||
print "// -----------------------------------"
|
print "// -----------------------------------"
|
||||||
print "// generated file, do not edit by hand";
|
print "// generated file, do not edit by hand";
|
||||||
|
|||||||
Reference in New Issue
Block a user