mips64: time64 for n32 ABI breaks a lot of tests, disable it for now
[uclibc-ng.git] / libc / misc / ctype / isdigit_l.c
blob5b764f12f5bbbf88ffcdc6802e0d8724aca5ec1a
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_isdigit_l
8 #define __UCLIBC_DO_XLOCALE
9 #include "ctype.c"