MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cmdline_vdprintf

Function cmdline_vdprintf

dpdk/lib/cmdline/cmdline_os_unix.c:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37int
38cmdline_vdprintf(int fd, const char *format, va_list op)
39{
40 return vdprintf(fd, format, op);
41}
42
43/* This function is not needed on Linux, instead use sigaction() */
44void

Callers 1

cmdline_printfFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected