cppjieba/globals.h
2013-06-23 23:58:25 +08:00

7 lines
93 B
C

#ifndef GLOBALS_H
#define GLOBALS_H
const char * const DICT_FILE_PATH = "dict.txt";
#endif