aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/nomacros.c
blob: ab68798c91706e718d44dbbc568a5f7992bfa6b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include <sys/cdefs.h>
__FBSDID("$FreeBSD: src/lib/libc/locale/nomacros.c,v 1.5.36.1.2.1 2009/10/25 01:10:29 kensmith Exp $");

/*
 * 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>