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

优化代码结构

This commit is contained in:
fumiama
2021-12-08 20:25:23 +08:00
parent 9fb518368a
commit 21d0e04670
3 changed files with 9 additions and 3 deletions

1
dict.c
View File

@@ -3,6 +3,7 @@
#include <stdlib.h>
#include <simplemd5.h>
#include "dict.h"
#include "server.h"
static uint8_t lock = 0;
static char* filepath;