Initial commit
authorLukas Krickl <lukas@krickl.dev>
Sat, 4 Nov 2023 20:28:52 +0000 (21:28 +0100)
committerLukas Krickl <lukas@krickl.dev>
Sat, 4 Nov 2023 20:28:52 +0000 (21:28 +0100)
commit7ace8bda1e0f1dc5600522222b1adbc62c5ef6e2
treefff3cea4aee68681a2325b3ea8e2e918cef63f40
Initial commit
16 files changed:
.clang-format [new file with mode: 0644]
.clang-tidy [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
doc/ulas.man [new file with mode: 0644]
include/ulas.h [new file with mode: 0644]
makefile [new file with mode: 0644]
scrips/bear.sh [new file with mode: 0755]
scrips/init.sh [new file with mode: 0755]
scrips/run.sh [new file with mode: 0755]
scrips/test.sh [new file with mode: 0755]
src/main.c [new file with mode: 0644]
src/test.c [new file with mode: 0644]
src/ulas.c [new file with mode: 0644]