summaryrefslogtreecommitdiff
path: root/libc/misc/ctype/isprint_l.c
blob: 32f9b3f329f84078d67167ca1d18518eee5cd040 (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright (C) 2003-2006 Manuel Novoa III <mjn3@uclibc.org>
 *
 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 */

#define L_isprint_l
#define __UCLIBC_DO_XLOCALE
#include "ctype.c"