Mercurial > hg > octave-kai > gnulib-hg
view modules/unictype/ctype-digit @ 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> isdigit() function and the <wctype.h> iswdigit() function. Files: lib/unictype/ctype_digit.c lib/unictype/ctype_digit.h lib/unictype/bitmap.h Depends-on: unictype/base configure.ac: AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_digit.c Include: "unictype.h" License: LGPL Maintainer: Bruno Haible