mailing list of musl libc
 help / color / mirror / code / Atom feed
1dccef63f71a90e40b4c6c1b663d3dd0864f9e1b blob 98 bytes (raw)

1
2
3
4
5
6
 
#include <wctype.h>

int iswctype_l(wint_t c, wctype_t t, locale_t l)
{
	return iswctype(c, t);
}
debug log:

solving 1dccef6 ...
found 1dccef6 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).