From 8425496f3fc35755790f0dafc8ead6a4ef3d5698 Mon Sep 17 00:00:00 2001 From: tonton th Date: Sun, 3 Jan 2021 17:56:41 +0100 Subject: [PATCH] usefull comment --- Fonderie/craplist2h.awk | 5 +++++ Fonderie/craplist2str.awk | 4 ++++ 2 files changed, 9 insertions(+) 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";