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
+2 -1
View File
@@ -2,7 +2,8 @@
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include "xjson.h"
#include <xjson.h>
#include <xj_snprintf.h>
#define TEST(src_) { .line = __LINE__, .src = src_ }