示例#1
0
int main( int argc,char *argv[] ){

	signal( SIGPIPE,SIG_IGN );
	
	bbStartup( argc,argv,0,0 );
	
	__bb_appstub_appstub();

	return 0;
}
int main( int argc,char *argv[] ){

#ifdef BB_DEBUG_EXCEPTIONS

	SetUnhandledExceptionFilter( unhandledExceptionFilter );

#endif

	bbStartup( argc,argv,0,0 );

	__bb_appstub_appstub();

	return 0;
}