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

Function maxline

src/engine/execnt.cpp:589–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589static int32_t maxline()
590{
591 static int32_t result;
592 if ( !result ) result = raw_maxline();
593 return result;
594}
595
596
597/*

Callers 2

execnt_unit_testFunction · 0.85
shell_maxlineFunction · 0.85

Calls 1

raw_maxlineFunction · 0.85

Tested by

no test coverage detected