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