summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/nomacros.c
blob: 45c0db7b2780be44720eb0b4968ebe998921e62f (plain)
1
2
3
4
5
6
7
8
9
/*
 * Tell <ctype.h> to generate extern versions of all its inline
 * functions.  The extern versions get called if the system doesn't
 * support inlines or the user defines _DONT_USE_CTYPE_INLINE_
 * before including <ctype.h>.
 */
#define _EXTERNALIZE_CTYPE_INLINES_

#include <ctype.h>
OpenPOWER on IntegriCloud