MCPcopy Create free account
hub / github.com/boostorg/build / is_path_delim

Function is_path_delim

v2/engine/pathsys.c:129–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 */
128
129static int is_path_delim( char const c )
130{
131 return c == PATH_DELIM
132#if PATH_DELIM == '\\'
133 || c == '/'
134#endif
135 ;
136}
137
138
139/*

Callers 2

as_path_delimFunction · 0.85
path_buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected