init commit

This commit is contained in:
2016-07-21 10:22:47 -07:00
commit cb4eb030bd
55 changed files with 1209 additions and 0 deletions

View File

@ -0,0 +1,5 @@
instead of doing something like
char name[4] = "zed"
do
char *name = "zed"