MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / isNullOpt

Function isNullOpt

erpcgen/src/options.cpp:309–312  ·  view source on GitHub ↗

Is this option-char null?

Source from the content-addressed store, hash-verified

307
308// Is this option-char null?
309inline static int isNullOpt(char optchar)
310{
311 return ((!optchar) || isspace(optchar) || (!isprint(optchar)));
312}
313
314// Check for explicit "end-of-options"
315inline static int isEndOpts(const char *token)

Callers 2

FormatMethod · 0.85
match_optMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected