#ifndef _CTYPE_H #define _CTYPE_H 1 int toupper(int c); int tolower(int c); #endif