123456789101112131415161718 |
- // #ifdef __cplusplus
- // extern "C" {
- // #endif
- //===============================================================================================================================================================================================================200
- // PROTOTYPES
- //===============================================================================================================================================================================================================200
- int
- isInteger(char *str);
- //===============================================================================================================================================================================================================200
- // END
- //===============================================================================================================================================================================================================200
- // #ifdef __cplusplus
- // }
- // #endif
|