File mplib1/match_tok.h


Preprocessor definitions

#define MPLIB1_MATCHTOK

Type struct match_token

struct match_token
struct match_token  
   {  
      int m_val;  
      const char* m_ptr;  
   }