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

Function builtin_echo

v2/engine/builtins.c:571–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569 */
570
571LIST * builtin_echo( FRAME * frame, int flags )
572{
573 list_print( lol_get( frame->args, 0 ) );
574 printf( "\n" );
575 fflush( stdout );
576 return L0;
577}
578
579
580/*

Callers

nothing calls this directly

Calls 2

list_printFunction · 0.85
lol_getFunction · 0.85

Tested by

no test coverage detected