renamed hcl to hak

This commit is contained in:
2025-09-02 23:58:15 +09:00
parent be77ac8ad2
commit 20d2db0e27
129 changed files with 43690 additions and 43689 deletions

View File

@ -5,8 +5,8 @@
typedef struct uch_case_page_t uch_case_page_t;
struct uch_case_page_t {
hcl_int32_t upper;
hcl_int32_t lower;
hak_int32_t upper;
hak_int32_t lower;
};