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

Function as_path_delim

v2/engine/pathsys.c:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 */
142
143static char as_path_delim( char const c )
144{
145 return is_path_delim( c ) ? c : PATH_DELIM;
146}
147
148
149/*

Callers 1

path_buildFunction · 0.85

Calls 1

is_path_delimFunction · 0.85

Tested by

no test coverage detected