librcsb-core-wrapper  1.000
DICParserInt.h
Go to the documentation of this file.
1 
8 /*
9  PURPOSE: A DDL 2.1 compliant CIF file parser.
10 */
11 
12 #ifndef DIC_PARSER_INT_H
13 #define DIC_PARSER_INT_H
14 
15 /*
16 #include <string>
17 
18 */
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
37 void dicparser_error(const char*);
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 extern char* Glob_tBufKeywordSaveDIC;
43 extern char* Glob_pBufValueDIC;
44 extern char* Glob_dataBlockNameDIC;
45 
46 #endif /* DIC_PARSER_INT_H */