GSP_File.h
gehe zur Dokumentation dieser Datei
00001 
00023 // ##################################################################
00024 // file input of gsp (GMN Soft Parser)
00025 // ##################################################################
00026 
00027 #ifndef GSP_FILE_H
00028 #define GSP_FILE_H
00029 
00030 #include "GSP.h"
00031 
00032 extern mutString CurrentLine; //[GSP_MAX_LINE];
00033 
00034 extern size_t  CurrentPos;
00035 
00036 extern int  Eof;
00037 
00038 int OpenFile(const mutString &Name);
00039 
00040 int CloseFile();
00041 
00042 int ReadNewLine();
00043 
00044 #endif
00045 
00046 

Erzeugt am Sun Aug 21 2011 10:51:53 für Mutabor von doxygen 1.7.4