num.h 989 B

123456789101112131415161718
  1. // #ifdef __cplusplus
  2. // extern "C" {
  3. // #endif
  4. //===============================================================================================================================================================================================================200
  5. // PROTOTYPES
  6. //===============================================================================================================================================================================================================200
  7. int
  8. isInteger(char *str);
  9. //===============================================================================================================================================================================================================200
  10. // END
  11. //===============================================================================================================================================================================================================200
  12. // #ifdef __cplusplus
  13. // }
  14. // #endif