Go to the source code of this file.
Enumerations | |
enum | SEPARATOR { SAUTO, SCOMMA, STAB } |
enum | COMMENT { CSHARP, CBANG, CCPP, CADD, CSLASH, CCOMMENT, CCOLON, CSEMICOLON } |
Variables | |
const char * | separators [] = {"auto",",","TAB",0} |
const char * | comments [] = {"#","!","//","+","/","c",":",";",0} |
|
|
|
|
|
|
|
|