commit | 8ca136952dfcb5d5e21dd2947c98a9326190dce6 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@island-resort.com> | Tue Dec 04 14:35:53 2018 +0900 |
committer | Laurence Lundblade <lgl@island-resort.com> | Tue Dec 04 14:35:53 2018 +0900 |
tree | 25a87ded126bd252f1570617a83e0b986f88bd39 | |
parent | 88b6eceb4e3ca33168e54dfc415072520978918a [diff] |
stop using printf to output the data structure sizes
diff --git a/test/run_tests.h b/test/run_tests.h index 3170a33..498554e 100644 --- a/test/run_tests.h +++ b/test/run_tests.h
@@ -34,3 +34,10 @@ typedef int (*outputstring)(const char *szString, void *ctx); int run_tests(const char *szTestName, outputstring output, void *poutCtx, int *pNumTestsRun); + + +#include <stdint.h> +#include "UsefulBuf.h" + +const char *NumToString(int32_t nNum, UsefulBuf StringMem); +