12345678910111213141516171819 |
- // #ifdef __cplusplus
- // extern "C" {
- // #endif
- //========================================================================================================================================================================================================200
- // PROTOTYPES
- //========================================================================================================================================================================================================200
- int
- main( int argc,
- char *argv []);
- //========================================================================================================================================================================================================200
- // END
- //========================================================================================================================================================================================================200
- // #ifdef __cplusplus
- // }
- // #endif
|