1: // Author: Jeffrey Bakker  |  Date: May14th 2002  |  langc.h
     2: 
     3: // the C Language definition file for Web C Plus Plus
     4: // Webcpp Copyright (C) 2002 Jeffrey Bakker
     5: 
     6: 
     7: #ifndef _LANG_C_DEF_H 
     8: #define _LANG_C_DEF_H 
     9: 
    10: #include "engine.h"
 
    11: 
    12: class LangC : public Engine {
    13: 
    14:  public:
    15: 	LangC();
    16: 	virtual ~LangC() {IO.close();}
    17: 	virtual void fill();
    18: };
    19: 
    20: #endif  // _LANG_C_DEF_H 
    21: 



w e b c p p
web c plus plus