initial commit

This commit is contained in:
minisbett
2021-04-23 13:31:43 +02:00
commit 491faab301
46 changed files with 20338 additions and 0 deletions

8
test/build Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
dir="$(dirname "$0")"
. "$dir"/../cflags
$cc $cflags ${@:--DOPPAI_IMPLEMENTATION} \
test.c $ldflags -o oppai_test