]> git.saurik.com Git - apple/libc.git/blame - locale/FreeBSD/nomacros.c
Libc-1439.100.3.tar.gz
[apple/libc.git] / locale / FreeBSD / nomacros.c
CommitLineData
9385eb3d
A
1#include <sys/cdefs.h>
2__FBSDID("$FreeBSD: src/lib/libc/locale/nomacros.c,v 1.5 2002/03/22 21:52:18 obrien Exp $");
3
5b2abdfb
A
4/*
5 * Tell <ctype.h> to generate extern versions of all its inline
6 * functions. The extern versions get called if the system doesn't
7 * support inlines or the user defines _DONT_USE_CTYPE_INLINE_
8 * before including <ctype.h>.
9 */
10#define _EXTERNALIZE_CTYPE_INLINES_
11
12#include <ctype.h>