/* * _start stub for tcc in freestanding mode */ int _start( int argc, char **argv ) { return main( argc, argv ); }