MCPcopy Create free account
hub / github.com/Sapd/HeadsetControl / json_print_string

Function json_print_string

src/output.c:266–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void json_print_string(const char* str, int indent)
267{
268 for (int i = 0; i < indent; i++) {
269 putchar(' ');
270 }
271 printf("\"%s\"", str);
272}
273
274void json_printint_key_value(const char* key, int value, int indent)
275{

Callers 1

output_jsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected