C: check-root-user.c

This commit is contained in:
2024-05-16 20:40:00 +03:00
parent 60ba2c59e7
commit bbed68cff2
4 changed files with 123 additions and 110 deletions

5
code/C/.clang-format Normal file
View File

@@ -0,0 +1,5 @@
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 2
ColumnLimit: 132
SortIncludes: Never