2002-03-22 21:53:29 +00:00
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__FBSDID("$FreeBSD$");
|
|
|
|
|
1994-09-24 15:59:33 +00:00
|
|
|
/*
|
1995-04-07 11:52:17 +00:00
|
|
|
* 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>.
|
1994-09-24 15:59:33 +00:00
|
|
|
*/
|
1995-04-07 11:52:17 +00:00
|
|
|
#define _EXTERNALIZE_CTYPE_INLINES_
|
1994-09-24 15:59:33 +00:00
|
|
|
|
1995-04-07 11:52:17 +00:00
|
|
|
#include <ctype.h>
|