[BACK]Return to hello.c CVS log [TXT][DIR] Up to [local] / funnyos / tasks

Annotation of funnyos/tasks/hello.c, Revision 1.1

1.1     ! nbrk        1: /*
        !             2:  * $Id$
        !             3:  */
        !             4: #include <sys/types.h>
        !             5:
        !             6: #include <libkern/printf.h>
        !             7:
        !             8: void
        !             9: hello_enter()
        !            10: {
        !            11:        printf("hello task: enter\n");
        !            12:
        !            13:        while(1)
        !            14:                ;
        !            15: }
        !            16:

CVSweb