Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ cmdline_read_char
Function
cmdline_read_char
dpdk/lib/cmdline/cmdline_os_unix.c:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
ssize_t
32
cmdline_read_char(struct cmdline *cl, char *c)
33
{
34
return read(cl->s_in, c, 1);
35
}
36
37
int
38
cmdline_vdprintf(int fd, const char *format, va_list op)
Callers
1
cmdline_interact
Function · 0.70
Calls
1
read
Function · 0.50
Tested by
no test coverage detected