MCPcopy Create free account
hub / github.com/apache/nuttx / body

Function body

tools/kconfig2html.c:304–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 ****************************************************************************/
303
304static void body(const char *fmt, ...)
305{
306 va_list ap;
307
308 va_start(ap, fmt);
309 vfprintf(g_bodyfile, fmt, ap);
310 va_end(ap);
311}
312
313/****************************************************************************
314 * Name: appendix

Callers 4

process_choiceFunction · 0.85
process_menuFunction · 0.85
parse_kconfigfileFunction · 0.85
mainFunction · 0.85

Calls 1

vfprintfFunction · 0.85

Tested by

no test coverage detected