void ctrs_sprintf_free()

in src/ctrs_sprintf.c [59:62]


void ctrs_sprintf_free(char* string)
{
    free(string);
}