#ifndef _CTYPE_H #define _CTYPE_H #ifdef __cplusplus extern "C" { #endif int isdigit(int); #ifdef __cplusplus } #endif #endif