www.pudn.com > mfcdraw.zip > MATCH.HPP
// Borland C++ Builder // Copyright (c) 1995, 1998 by Borland International // All rights reserved // (DO NOT EDIT: machine generated header) 'match.pas' rev: 3.00 #ifndef matchHPP #define matchHPP #include#include #include //-- user supplied ----------------------------------------------------------- namespace Match { //-- type declarations ------------------------------------------------------- //-- var, const, procedure --------------------------------------------------- extern PACKAGE bool __fastcall matchstr(System::AnsiString s1, System::AnsiString s2); extern PACKAGE bool __fastcall matches(char * s0a, char * s1a); } /* namespace Match */ #if !defined(NO_IMPLICIT_NAMESPACE_USE) using namespace Match; #endif //-- end unit ---------------------------------------------------------------- #endif // match