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

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

version 1.2, 2007/11/23 13:08:07 version 1.3, 2008/01/11 15:28:31
Line 13 
Line 13 
         printf("hello 1 task: enter\n");          printf("hello 1 task: enter\n");
   
 a1:  a1:
         for (a = 0; a < 1000000; a++)          for (a = 0; a < 10000000; a++)
                 ;                  ;
         printf("hello from task 1\n");          printf("hello from task 1\n");
   

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

CVSweb