Main Page | Class List | Directories | File List | Class Members | File Members

cpp.h File Reference

Go to the source code of this file.

Defines

#define CPP_TEST_COMPAT(THIS, MAJOR, MINOR)

Functions

void PUSH_STRING (char *str, INT32 len, dynamic_buffer *buf)
void free_one_define (struct hash_entry *h)
void f_cpp (INT32 args)
void init_cpp (void)
void add_predefine (char *s)
void exit_cpp (void)


Define Documentation

#define CPP_TEST_COMPAT THIS,
MAJOR,
MINOR   ) 
 

Value:

(THIS->compat_major < (MAJOR) ||               \
   (THIS->compat_major == (MAJOR) &&           \
    THIS->compat_minor <= (MINOR)))


Function Documentation

void add_predefine char *  s  ) 
 

void exit_cpp void   ) 
 

void f_cpp INT32  args  ) 
 

void free_one_define struct hash_entry h  ) 
 

void init_cpp void   ) 
 

void PUSH_STRING char *  str,
INT32  len,
dynamic_buffer buf
 


Generated on Fri Jul 22 23:44:28 2005 for Pike by  doxygen 1.3.9.1