//# $f void help( void ) { int printf( const char *, ... ); // scaffold printf( "Help!\n" ); }