00001 //LabPlot : import.h 00002 00003 #ifndef IMPORT_H 00004 #define IMPORT_H 00005 00006 static const char* separators[] = {"auto",",","TAB",0}; 00007 static const char* comments[] = {"#","!","//","+","/","c",":",";",0}; 00008 00009 enum SEPARATOR {SAUTO,SCOMMA,STAB}; 00010 enum COMMENT {CSHARP,CBANG,CCPP,CADD,CSLASH,CCOMMENT,CCOLON,CSEMICOLON}; 00011 00012 #endif // IMPORT_H