diff options
Diffstat (limited to '5/3.c')
| -rw-r--r-- | 5/3.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ int main(int argc, char *argv[]) { mstrcat(s, t); printf("strcat: %s\n", s); + + free(s); + free(t); return 0; } |
![]() |
index : k&r-exercises | |
| Solutions to the exercises in K&R from my days of learning C. |
| summaryrefslogtreecommitdiffstats |