bump version for 1.0.49 release
[uclibc-ng.git] / libc / misc / ctype / isalnum_l.c
blob8ecd9d59b68a84019f34a1b61904d2626a702d5f
1 /*
2 * Copyright (C) 2003-2006 Manuel Novoa III <mjn3@uclibc.org>
4 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
5 */
7 #define L_isalnum_l
8 #define __UCLIBC_DO_XLOCALE
9 #include "ctype.c"