Current Path : /usr/src/lib/libc/locale/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/lib/libc/locale/nomacros.c |
#include <sys/cdefs.h> __FBSDID("$FreeBSD: release/9.1.0/lib/libc/locale/nomacros.c 235785 2012-05-22 14:40:39Z theraven $"); /* * 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_ /* * Also make sure <runetype.h> does not generate an inline definition * of __getCurrentRuneLocale(). */ #define __RUNETYPE_INTERNAL #include <ctype.h>