mailing list of musl libc
 help / color / mirror / code / Atom feed
67851328e889a355ebdf2b881c85427463775373 blob 144 bytes (raw)

1
2
3
4
5
6
7
 
#include <uchar.h>
#include <wchar.h>

size_t c32rtomb(char *restrict s, char32_t c32, mbstate_t *restrict ps)
{
	return wcrtomb(s, c32, ps);
}
debug log:

solving 6785132 ...
found 6785132 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).