fix build errors; remove dumb non-working printf annotations; move C++ user-defined-literal thing into the header

This commit is contained in:
ryanfleury
2021-06-30 12:17:30 -06:00
parent 3648548cfe
commit 097541c9b7
6 changed files with 37 additions and 52 deletions
+2
View File
@@ -858,5 +858,7 @@ int main(void)
}
}
MD_String8 str = MD_PushStringF("%i", "foobar");
return 0;
}