main.h 974 B

12345678910111213141516171819
  1. // #ifdef __cplusplus
  2. // extern "C" {
  3. // #endif
  4. //========================================================================================================================================================================================================200
  5. // PROTOTYPES
  6. //========================================================================================================================================================================================================200
  7. int
  8. main( int argc,
  9. char *argv []);
  10. //========================================================================================================================================================================================================200
  11. // END
  12. //========================================================================================================================================================================================================200
  13. // #ifdef __cplusplus
  14. // }
  15. // #endif