typedef enum { SCREEN_STARTUP, SCREEN_SHUTDWN, } ScreenType; void main( void ) { while(1); }
I'd be tempted to call that one a feature!