Changeset 446 for trunk/user/pgcd/pgcd.c
- Timestamp:
- Jun 19, 2018, 5:12:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/pgcd/pgcd.c
r445 r446 33 33 if( (opx == 0) || (opy == 0) ) 34 34 { 35 printf("operands must be positive and larger than 0\n"); 35 printf("operands must be positive and larger than 0 => exit\n"); 36 exit( 0 ); 36 37 } 37 38 else
Note: See TracChangeset
for help on using the changeset viewer.