Add embedded dictionary

This commit is contained in:
Nishi 2026-06-21 17:52:12 +09:00
commit 2ac92827bc
8 changed files with 103204 additions and 58845 deletions

View file

@ -2,4 +2,4 @@
while [ ! -d .git ]; do
cd ..
done
clang-format --verbose -i `find src lib include "(" -name "*.c" -or -name "*.h" ")" -and -not -name ucstable.h`
clang-format --verbose -i `find src lib include "(" -name "*.c" -or -name "*.h" ")" -and -not -name ucstable.h -and -not -name maindic.c`