init commit
This commit is contained in:
5
learncthehardway/ex9/notes
Normal file
5
learncthehardway/ex9/notes
Normal file
@ -0,0 +1,5 @@
|
||||
instead of doing something like
|
||||
|
||||
char name[4] = "zed"
|
||||
do
|
||||
char *name = "zed"
|
Reference in New Issue
Block a user