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

Diff for /funnyos/tasks/hello.c between version 1.1 and 1.2

version 1.1, 2007/11/20 16:09:16 version 1.2, 2007/11/23 13:08:07
Line 8 
Line 8 
 void  void
 hello_enter()  hello_enter()
 {  {
         printf("hello task: enter\n");          uint32_t a;
   
         while(1)          printf("hello 1 task: enter\n");
   
   a1:
           for (a = 0; a < 1000000; a++)
                 ;                  ;
           printf("hello from task 1\n");
   
           goto a1;
   
 }  }
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb