new xj_snprintf and xj_decodef. Code from stb_sprintf was pulled in

This commit is contained in:
cozis
2022-04-28 13:04:41 +02:00
parent 12ffc1a667
commit 8fbdd029d4
6 changed files with 1736 additions and 5 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ do
esac
done
$CC tests/test.c src/xjson.c -o test $FLAGS
$CC tests/test.c src/xjson.c src/xj_snprintf.c -o test $FLAGS
$CC examples/parse-file.c src/xjson.c -o parse-file $FLAGS
$CC examples/simple.c src/xjson.c -o simple $FLAGS