WIP sj4lib

This commit is contained in:
Nishi 2026-06-21 20:32:04 +09:00
commit 8fdd90499b
8 changed files with 19247 additions and 26 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 -and -not -name maindic"*".c`
clang-format --verbose -i `find src lib include "(" -name "*.c" -or -name "*.h" ")" -and -not -name sj_euc2ucs.h -and -not -name sj_ucs2euc.h -and -not -name maindic"*".c`