1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-23 12:40:25 +08:00

add thread pool & optimize defines

This commit is contained in:
源文雨
2022-10-14 22:31:58 +08:00
parent 424e5ef484
commit 95c09e6dbc
8 changed files with 284 additions and 203 deletions

View File

@@ -12,4 +12,4 @@ struct DICTBLK{
typedef struct DICTBLK DICTBLK;
#define DICTBLKSZ sizeof(DICTBLK)
#endif
#endif