nomacros.c revision 92986
192986Sobrien#include <sys/cdefs.h>
292986Sobrien__FBSDID("$FreeBSD: head/lib/libc/locale/nomacros.c 92986 2002-03-22 21:53:29Z obrien $");
392986Sobrien
43050Sache/*
57656Sbde * Tell <ctype.h> to generate extern versions of all its inline
67656Sbde * functions.  The extern versions get called if the system doesn't
77656Sbde * support inlines or the user defines _DONT_USE_CTYPE_INLINE_
87656Sbde * before including <ctype.h>.
93050Sache */
107656Sbde#define _EXTERNALIZE_CTYPE_INLINES_
113050Sache
127656Sbde#include <ctype.h>
13