staden-lg/src/scf/match.h

20 lines
214 B
C

#ifndef _match_h
#define _match_h
/*
Title: match
File: match.h
Purpose: match
Last update: Thu Jan 03 1991
*/
/* ---- Includes ---- */
extern int string_match();
#endif _match_h