InStringList.c
Inputs
STRINGLIST *StringList Linked list of strings
char *string String for which to search
Returns
BOOL Is string found?
Description
Searches a string list for an *exact match* with the specified string.
Created: 06.11.95 Last Modified: 06.11.95