Example #1
0
File: fbrt0.c Project: VlaBst6/fbc
	static void fb_hDoExit( void )
	{
		fb_hRtExit( );
	}
Example #2
0
File: fbrt0.c Project: jofers/fbc
static void fb_hDoExit( void )
{
	/* the last to be defined, the last that will be called */

	fb_hRtExit( );
}
Example #3
0
File: fbrt0.c Project: VlaBst6/fbc
	__attribute__((destructor)) static void fb_hDoExit( void )
	{
		fb_hRtExit( );
	}