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

Function cmdline_isendofcommand

dpdk/lib/cmdline/cmdline_parse.c:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60int
61cmdline_isendofcommand(char c)
62{
63 if (!c || iscomment(c) || isendofline(c))
64 return 1;
65 return 0;
66}
67
68static unsigned int
69nb_common_chars(const char * s1, const char * s2)

Callers 1

cmdline_parse_stringFunction · 0.85

Calls 2

iscommentFunction · 0.85
isendoflineFunction · 0.85

Tested by

no test coverage detected