new_str_copy | str_ident |
char *new_str_copy(char *str);Return a malloced copy of the given string. To avoid memory leaks, call free() on the copy if you finish referring to it.
BOOL str_ident(char *s, char *t);This function routine checks identity of two strings.
These activities are projects of the Mathematics and Computer Science Division of Argonne National Laboratory.