diff --git a/eko.c b/eko.c index 2403e28..d3f829b 100755 --- a/eko.c +++ b/eko.c @@ -5,7 +5,7 @@ int main( int argc, char **argv) { -// register ne sert plus de nos jours +// register is a bit useless nowadays register int i, nflg; nflg = 0; // Le flag "n" sert à rajouter un saut de ligne diff --git a/testargs.c b/testargs.c index 562ddf8..d8939b5 100755 --- a/testargs.c +++ b/testargs.c @@ -1,3 +1,6 @@ +// This file displays the GDMSESSION environment variable +// Try with others if you want, you know how to now + #include #include #include diff --git a/wc.pl b/wc.pl index 0fea423..50a28bd 100755 --- a/wc.pl +++ b/wc.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl -w +# This script displays the number of lines in a file + use strict; die "un argument svp ! " if !defined ($ARGV[0]);