void ctrs_sprintf_free()
in
src/ctrs_sprintf.c [59:62]
4
lines of code
1
McCabe index (conditional complexity)
void ctrs_sprintf_free(char* string) { free(string); }