6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
instead of doing something like
|
|
|
|
char name[4] = "zed"
|
|
do
|
|
char *name = "zed"
|