Adding upstream version 0.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4664226545
commit
d3d193d4ac
35 changed files with 2608 additions and 0 deletions
8
fmt.sh
Executable file
8
fmt.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
clang-format-4.0 \
|
||||
-style=file \
|
||||
-i \
|
||||
src/tinyframe.c \
|
||||
src/tinyframe/tinyframe.h \
|
||||
src/test/*.c
|
Loading…
Add table
Add a link
Reference in a new issue