Added function to example 5-5 named strncat. Appends n chars of src into end of...
commitf1c2d51ad9e4babefbc954c18cb7c593f53a40e0
authorSteven Schronk <steven@schronk.com>
Wed, 23 Dec 2009 19:16:25 +0000 (23 13:16 -0600)
committerSteven Schronk <steven@schronk.com>
Wed, 23 Dec 2009 19:16:25 +0000 (23 13:16 -0600)
tree1fea23e95ea4a1824770587d43f2b859c3533f95
parent5989ce53b5df94711f27145e20f6b1f9833caa91
Added function to example 5-5 named strncat.  Appends n chars of src into end of dest.
ex_5-5.c