6 lines
76 B
Plaintext
Raw Normal View History

2016-07-21 10:22:47 -07:00
instead of doing something like
char name[4] = "zed"
do
char *name = "zed"