123456789101112131415161718192021 |
- #ifdef __cplusplus
- extern "C" {
- #endif
- //===============================================================================================================================================================================================================200
- // FILE HEADER
- //===============================================================================================================================================================================================================200
- //======================================================================================================================================================150
- // ISINTEGER FUNCTION PROTOTYPE
- //======================================================================================================================================================150
- int isInteger(char *str);
- //===============================================================================================================================================================================================================200
- // END FILE HEADER
- //===============================================================================================================================================================================================================200
- #ifdef __cplusplus
- }
- #endif
|