Fix all compilation errors

This commit is contained in:
Nishi 2026-06-19 02:39:41 +09:00
commit 4ebce359ea
13 changed files with 48 additions and 45 deletions

View file

@ -1,2 +1,5 @@
#!/bin/sh
while [ ! -d .git ]; do
cd ..
done
clang-format --verbose -i `find src lib include -name "*.c" -or -name "*.h"`