view modules/unictype/ctype-alpha @ 12541:1b9d71e4e297

Use AC_C_INLINE instead of module 'inline' where possible.
author Bruno Haible <bruno@clisp.org>
date Thu, 31 Dec 2009 15:47:10 +0100
parents bb8b340ce6ed
children 86634e33e086
line wrap: on
line source

Description:
Generalization of the <ctype.h> isalpha() function and the
<wctype.h> iswalpha() function.

Files:
lib/unictype/ctype_alpha.c
lib/unictype/ctype_alpha.h
lib/unictype/bitmap.h

Depends-on:
unictype/base

configure.ac:
AC_REQUIRE([AC_C_INLINE])

Makefile.am:
lib_SOURCES += unictype/ctype_alpha.c

Include:
"unictype.h"

License:
LGPL

Maintainer:
Bruno Haible