home *** CD-ROM | disk | FTP | other *** search
- int TESTC1( ) /*** TESTC1.C - SAMPLE FOR DEMONSTRATING RENAMER */
- { int iStatus, iRC = 0; /* The iStatus reference is not */
- int my_Routine ( int ); /* changed since ReNamer only */
- int Alpha, Stat; /* transforms whole symbols. */
- Alpha = 5;
- Stat = my_Routine ( Alpha * 4 ); /* STAT - NOTE: This comment will */
- return( iRC ); /* not be changed since the case */
- } /* doesn't match. */
-