MCPcopy 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
31ssize_t
32cmdline_read_char(struct cmdline *cl, char *c)
33{
34 return read(cl->s_in, c, 1);
35}
36
37int
38cmdline_vdprintf(int fd, const char *format, va_list op)

Callers 1

cmdline_interactFunction · 0.70

Calls 1

readFunction · 0.50

Tested by

no test coverage detected