Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 150 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 150 Bytes

Exercise 5-3

Write a pointer version of the function strcat that we showed in Chapter 2: strcat(s, t) copies the string t to the end of s.