Parent Directory
|
Revision Log
|
Patch
| Revision 1.13 by sysadm, Tue Nov 4 14:58:56 2025 UTC | Revision 1.14 by sysadm, Wed Nov 5 06:14:01 2025 UTC | |
|---|---|---|
| # | Line 13 | Line 13 |
| 13 | #include <string.h> | #include <string.h> |
| 14 | #include <unistd.h> | #include <unistd.h> |
| 15 | ||
| 16 | #define TEST_VAL ((int64_t)(0xcb429a63a017661f)) // int64_t | static const int64_t TEST_VAL = ((int64_t)(0xcb429a63a017661f)); // int64_t |
| 17 | #define TRIE_DICT_SHM_FILE "~trie_dict_shm.dat" | static const char TRIE_DICT_SHM_FILE[] = "~trie_dict_shm.dat"; |
| 18 | ||
| 19 | const char *keys[] = { | const char *keys[] = { |
| 20 | "ABCDEFG", | "ABCDEFG", |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |