C++ Course Listing

Back to Main Code Listing

 

 

// Header file for strngth.cpp

// Matthew Martin, 2004

int compare_strng (char[], char[]);
int copy_strng (char[], char[]);
int cat_strng (char[], char[], char[]);
int strng_lngth (char[]);

by Matthew Martin

top of page