]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/Extras/strings.h
Updated documentation and comments about sendmail/pipe.
[nmh] / docs / historical / mh-jun-1982 / Extras / strings.h
1 /*
2 * Type definitions for the strings(3) subroutines.
3 */
4
5 char *strcat();
6 char *strncat();
7 char *strcpy();
8 char *strncpy();
9 int strcmp();
10 int strncmp();
11 char *index();
12 char *rindex();