diff options
author | EliteTK <tomasz.kramkowski@gmail.com> | 2014-02-24 21:35:14 +0000 |
---|---|---|
committer | EliteTK <tomasz.kramkowski@gmail.com> | 2014-02-24 21:35:14 +0000 |
commit | 01f1c8246b7b96b659519f824966c8793053fc75 (patch) | |
tree | 4dc14092fab62d8c1b67072b21533ed91b0279d8 | |
parent | ea5ba0cd2596d77649bcce90bfc24f6765afcf3c (diff) | |
download | c-stuff-01f1c8246b7b96b659519f824966c8793053fc75.tar.gz c-stuff-01f1c8246b7b96b659519f824966c8793053fc75.tar.xz c-stuff-01f1c8246b7b96b659519f824966c8793053fc75.zip |
Some annotation.
-rw-r--r-- | .gitignore | 6 | ||||
-rw-r--r-- | bacon.c | 5 | ||||
-rw-r--r-- | clone1.c | 0 | ||||
-rw-r--r-- | important-file.c | 5 | ||||
-rw-r--r-- | python-indent_swapper.c | 2 |
5 files changed, 6 insertions, 12 deletions
@@ -1,6 +1,2 @@ * -!*.* -*.html -*.xml -*.out -*.s +!*.c diff --git a/bacon.c b/bacon.c deleted file mode 100644 index b7ed73e..0000000 --- a/bacon.c +++ /dev/null @@ -1,5 +0,0 @@ -#include <beer.h> - -main () { - beer("drink"); -} diff --git a/clone1.c b/clone1.c deleted file mode 100644 index e69de29..0000000 --- a/clone1.c +++ /dev/null diff --git a/important-file.c b/important-file.c index 147f256..dfda78f 100644 --- a/important-file.c +++ b/important-file.c @@ -1,5 +1,6 @@ +// One has to wonder, what made this file so important in the first place. #include <stdio.h> main () { - printf("test \n") -} + printf("test \n") +} diff --git a/python-indent_swapper.c b/python-indent_swapper.c index a39d450..b5e9a36 100644 --- a/python-indent_swapper.c +++ b/python-indent_swapper.c @@ -1,3 +1,5 @@ +// I don't remember ever writing this. I think this is copied straight from K&R. + #include<stdio.h> #include<stdlib.h> |