rename hnode fields, functions.

This commit is contained in:
2026-02-08 16:29:29 +09:00
parent f5f88e8451
commit 97f897755f
4 changed files with 17 additions and 17 deletions

4
dat.h
View File

@@ -58,8 +58,8 @@ struct Hnode
int next;
char *key;
int klen;
char *kana;
int kanalen;
char *val;
int vlen;
};
typedef struct Hmap Hmap;