uthcode / learntosolveit

The C Programming Language Companion
http://www.learntosolveit.com
Other
211 stars 1.36k forks source link

Complete Exercise 5.5 #60

Closed orsenthil closed 10 years ago

orsenthil commented 10 years ago

The program asks us to write strncpy, strncat, and strncmp. It only shows strncpy, need to write strncat and strncmp.

orsenthil commented 10 years ago

This is complete :tada: