if(chToken == chSrc) return m_fContain;
return !m_fContain;
int IMatch(const char *pch)
if(FMatch(pch)) return 1; return -1;
#endif _REGEXP_H
regexp.cpp
#indude <iostream.h>
#include "drg.h"
#include "stack.h"
#include "regexp.h"
// Wskazówka 82. dass FixedSize {
DWORD dwResI :4;
DWORD dwRes2:4;
DWORD fRes3:1;
DWORD fRes4:1;
DWORD dwUnused:22;
#ifdef _DEBUG
char szFixedSizeAssert[sizeof(DWORD)-sizeof(FixedSize)+1]; #endif //DEBUG
// Wskazówka 131. // Wskazówka 132. // Wskazówka 133. // Wskazówka 134. // Wskazówka 135.
#pragma warning( disable : 4035 )
// Zwraca -1 jeśli ch nie jest w pch, w przeciwnym razie zwraca indeks // pasującego znaku.