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

Function path_parent

src/engine/pathsys.c:228–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

var_edit_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected