/* * $Id: hello.c,v 1.1 2007/11/20 16:09:16 nbrk Exp $ */ #include #include void hello_enter() { printf("hello task: enter\n"); while(1) ; }