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

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

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

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

CVSweb