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

Function isendofline

dpdk/lib/cmdline/cmdline_parse.c:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35static int
36isendofline(char c)
37{
38 if (c == '\n' ||
39 c == '\r' )
40 return 1;
41 return 0;
42}
43
44static int
45iscomment(char c)

Callers 4

cmdline_isendoftokenFunction · 0.85
cmdline_isendofcommandFunction · 0.85
match_instFunction · 0.85
__cmdline_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected