Changeset 120 for trunk/Softwares/Test/Test_073
- Timestamp:
- May 26, 2009, 9:01:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Softwares/Test/Test_073/src/c/main.c
r119 r120 35 35 int main() 36 36 { 37 int i0 ;37 int i0,i1,i2,i3,i4; 38 38 const int it0 = 1000; 39 const int it1 = 100; 40 const int it3 = 10; 39 41 40 for (i0 = 0; i0 < it0; ++i0); 42 for (i0 = 0; i0 < it0; ++i0) 43 44 41 45 42 46 /* f0 (); */
Note: See TracChangeset
for help on using the changeset viewer.