Changeset 445 for trunk/user/pgcd/pgcd.c
- Timestamp:
- May 29, 2018, 9:27:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/pgcd/pgcd.c
r444 r445 8 8 9 9 10 #include <stdlib.h>11 10 #include <stdio.h> 12 #include <almos -mkh.h>11 #include <almosmkh.h> 13 12 14 13 /////////// … … 20 19 21 20 get_cycle( &cycle ); 22 printf( "\n [PGCD] starts / cycle %d\n", (unsigned int)cycle );21 printf( "\n\n[PGCD] starts / cycle %d\n", (unsigned int)cycle ); 23 22 24 23 while (1)
Note: See TracChangeset
for help on using the changeset viewer.