Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
#define __HACKED_CTYPE_INCLUDED
#include_next <ctype.h>
/*#include_next <ctype.h>*/
#ifndef _toupper
#define _toupper(c) __toupper(c)
#endif