/* * _start stub for tcc in freestanding mode */ int _start( void ) { return main( ); }