bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), everywhere
[uclibc-ng.git] / libc / misc / ctype / isxdigit_l.c
blob5dce7f1a5d7f14a7bcf3d6f3b1cbad69c2b4add6
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_isxdigit_l
8 #define __UCLIBC_DO_XLOCALE
9 #include "ctype.c"