nomacros.c revision 7656
13050Sache/*
27656Sbde * Tell <ctype.h> to generate extern versions of all its inline
37656Sbde * functions.  The extern versions get called if the system doesn't
47656Sbde * support inlines or the user defines _DONT_USE_CTYPE_INLINE_
57656Sbde * before including <ctype.h>.
63050Sache */
77656Sbde#define _EXTERNALIZE_CTYPE_INLINES_
83050Sache
97656Sbde#include <ctype.h>
10