main(void)1 void main( void )
2 {
3 }
4 
talk(void)5 void talk( void )
6 {
7  say("`%Welcome to KernSin", &current_sprite);
8 }
9