Changeset 436 for trunk/user/pgcd/pgcd.c
- Timestamp:
- Mar 7, 2018, 9:02:03 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/pgcd/pgcd.c
r434 r436 9 9 10 10 #include <stdlib.h> 11 #include <stdio.h> 11 12 12 13 … … 14 15 void main() 15 16 { 16 int opx; 17 int opy; 17 int opx; 18 int opy; 19 unsigned long long cycle; 18 20 19 printf( "*** Starting interactive pgcd ***\n\n" ); 21 get_cycle( &cycle ); 22 printf( "\n[PGCD] starts / cycle %d\n", (unsigned int)cycle ); 20 23 21 24 while (1)
Note: See TracChangeset
for help on using the changeset viewer.