mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-25 06:17:38 -04:00
21 lines
1.3 KiB
C
21 lines
1.3 KiB
C
#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
|