MCPcopy Create free account
hub / github.com/coreboot/coreboot / do_info

Function do_info

util/kconfig/preprocess.c:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125static char *do_info(int argc, char *argv[])
126{
127 printf("%s\n", argv[0]);
128
129 return xstrdup("");
130}
131
132static char *do_lineno(int argc, char *argv[])
133{

Callers

nothing calls this directly

Calls 2

printfFunction · 0.85
xstrdupFunction · 0.85

Tested by

no test coverage detected