Changeset 446 for trunk/user/pgcd/pgcd.c


Ignore:
Timestamp:
Jun 19, 2018, 5:12:57 PM (6 years ago)
Author:
alain
Message:

miscelaneous...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/pgcd/pgcd.c

    r445 r446  
    3333        if( (opx == 0) || (opy == 0) )
    3434        {
    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 );
    3637        }
    3738        else
Note: See TracChangeset for help on using the changeset viewer.