]> git.saurik.com Git - apple/libc.git/blame - locale/nomacros.c
Libc-262.2.12.tar.gz
[apple/libc.git] / locale / nomacros.c
CommitLineData
5b2abdfb
A
1/*
2 * Tell <ctype.h> to generate extern versions of all its inline
3 * functions. The extern versions get called if the system doesn't
4 * support inlines or the user defines _DONT_USE_CTYPE_INLINE_
5 * before including <ctype.h>.
6 */
7#define _EXTERNALIZE_CTYPE_INLINES_
8
9#include <ctype.h>