Adding upstream version 0.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
23dbed389d
commit
a84695b834
79 changed files with 7127 additions and 0 deletions
9
fmt.sh
Executable file
9
fmt.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
clang-format \
|
||||
-style=file \
|
||||
-i \
|
||||
src/*.c \
|
||||
src/dnswire/*.h \
|
||||
src/test/*.c \
|
||||
examples/*.c
|
Loading…
Add table
Add a link
Reference in a new issue