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

Function maxline

v2/engine/execnt.c:521–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521static int maxline()
522{
523 static result;
524 if ( !result ) result = raw_maxline();
525 return result;
526}
527
528
529/*

Callers 2

execnt_unit_testFunction · 0.85
exec_checkFunction · 0.85

Calls 1

raw_maxlineFunction · 0.85

Tested by

no test coverage detected