librcsb-core-wrapper  1.000
CifParserInt.h
Go to the documentation of this file.
1 
8 /*
9  PURPOSE: A DDL 2.1 compliant CIF file parser.
10 */
11 
12 #ifndef CIF_PARSER_INT_H
13 #define CIF_PARSER_INT_H
14 
15 #define STOP_PARSING 2
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
32 void cifparser_error(const char*);
33 #ifdef __cplusplus
34 }
35 #endif
36 extern char* Glob_tBufKeyword;
37 extern char* Glob_pBufValue;
38 extern char* Glob_dataBlockName;
39 
40 #endif /* CIF_PARSER_BASE_H */