InStringList.c



BOOL InStringList(STRINGLIST *StringList, char *string)

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