Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
static int
36
isendofline(char c)
37
{
38
if (c ==
'\n'
||
39
c ==
'\r'
)
40
return 1;
41
return 0;
42
}
43
44
static int
45
iscomment(char c)
Callers
4
cmdline_isendoftoken
Function · 0.85
cmdline_isendofcommand
Function · 0.85
match_inst
Function · 0.85
__cmdline_parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected