date and time created 83/11/22 12:48:10 by edward
[unix-history] / usr / src / usr.bin / window / string.h
CommitLineData
921f5a1c
EW
1/*
2 * @(#)string.h 3.1 83/11/22
3 */
4
5char *str_cpy();
6char *str_cat();
7char *str_itoa();
8
9#define str_cmp(a, b) strcmp(a, b)