in src/ctest.c [291:294]
static void int_ToString(char* string, size_t bufferSize, int val) { (void)snprintf(string, bufferSize, "%d", val); }