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

	fb_hRtExit( );
}
Esempio n. 3
0
File: fbrt0.c Progetto: VlaBst6/fbc
	__attribute__((destructor)) static void fb_hDoExit( void )
	{
		fb_hRtExit( );
	}