|
|
|
|
|
by CJefferson
4692 days ago
|
|
Most methods in C read like an assignment, so if you are trying to remember what order the arguments to strcpy go, it's strcpy(x,y) is like x = y
Then remember specially that typedef is the wrong way around to the way you would like it to be :) |
|