|
||
lirutil.hGo to the documentation of this file.00001 #ifndef LIRUTIL_H 00002 #define LIRUTIL_H 00003 00004 #include "c_breeze.h" 00005 00006 namespace LirUtil { 00007 char* new_id(char *s = ""); 00008 declNode * new_static_global(typeNode * the_type, exprNode * init); 00009 declNode * new_auto_decl(typeNode * the_type); 00010 typeNode * newVoidPtr(); 00011 string getTypeString(typeNode *); 00012 }; 00013 00014 #endif /* LIRUTIL_H */ |
Generated on August 27, 2003
Back to the C-Breeze home page