diff options
author | Leah Neukirchen <leah@vuxu.org> | 2019-11-21 17:16:39 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2019-11-21 17:16:39 +0100 |
commit | befff3883befff9688dd2fb81431f741c278e5f8 (patch) | |
tree | 7eb66112cbe78d95d5593a8ed3fc40a0f4dce6ee | |
parent | de33dca28cb30e916e383131ce110858b21877d2 (diff) | |
download | atxec-befff3883befff9688dd2fb81431f741c278e5f8.tar.gz atxec-befff3883befff9688dd2fb81431f741c278e5f8.tar.xz atxec-befff3883befff9688dd2fb81431f741c278e5f8.zip |
-rwxr-xr-x | atxec.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/atxec.c b/atxec.c index b40fd74..9aeeb14 100755 --- a/atxec.c +++ b/atxec.c @@ -6,14 +6,6 @@ * http://creativecommons.org/publicdomain/zero/1.0/ */ -// '''' => ' - -// # line comment (space or beginning of line before #) -// @file -// @$ENV -// @@argwithone@ -// fallbacks? - #include <sys/stat.h> #include <ctype.h> |