Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
static char *do_info(int argc, char *argv[])
126
{
127
printf(
"%s\n"
, argv[0]);
128
129
return xstrdup(
""
);
130
}
131
132
static char *do_lineno(int argc, char *argv[])
133
{
Callers
nothing calls this directly
Calls
2
printf
Function · 0.85
xstrdup
Function · 0.85
Tested by
no test coverage detected