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

Function init_path

v2/engine/modules/path.c:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21void init_path()
22{
23 char const * args[] = { "location", 0 };
24 declare_native_rule( "path", "exists", args, path_exists, 1 );
25}

Callers 1

load_builtinsFunction · 0.85

Calls 1

declare_native_ruleFunction · 0.85

Tested by

no test coverage detected