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

Function path_parent

src/engine/pathsys.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 */
229
230void path_parent( PATHNAME * f )
231{
232 f->f_base.ptr = f->f_suffix.ptr = f->f_member.ptr = "";
233 f->f_base.len = f->f_suffix.len = f->f_member.len = 0;
234}
235
236
237/*

Callers 1

var_edit_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected