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

Function lol_print

v2/engine/lists.c:431–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429 */
430
431void lol_print( LOL * lol )
432{
433 int i;
434 for ( i = 0; i < lol->count; ++i )
435 {
436 if ( i )
437 printf( " : " );
438 list_print( lol->list[ i ] );
439 }
440}
441
442#ifdef HAVE_PYTHON
443

Callers 2

argument_errorFunction · 0.85
evaluate_ruleFunction · 0.85

Calls 1

list_printFunction · 0.85

Tested by

no test coverage detected