This commit is contained in:
Nishi 2026-05-23 10:23:33 +09:00
commit c16539ae02
79 changed files with 1802 additions and 1407 deletions

2
format.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
clang-format --verbose -i src/*.c include/*.h