mailing list of musl libc
 help / color / mirror / code / Atom feed
a5d49ff0f74cebd2ba59c0f9470b9198184601c7 blob 217 bytes (raw)

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

size_t c32rtomb(char *restrict s, char32_t c32, mbstate_t *restrict ps)
{
	static unsigned internal_state;
	if (!ps) ps = (void *)&internal_state;
	return wcrtomb(s, c32, ps);
}
debug log:

solving a5d49ff ...
found a5d49ff in https://inbox.vuxu.org/musl/1415528228.2457.1188.camel@eris.loria.fr/
found 6785132 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 67851328e889a355ebdf2b881c85427463775373	src/multibyte/c32rtomb.c

applying [1/1] https://inbox.vuxu.org/musl/1415528228.2457.1188.camel@eris.loria.fr/
diff --git a/src/multibyte/c32rtomb.c b/src/multibyte/c32rtomb.c
index 6785132..a5d49ff 100644

Checking patch src/multibyte/c32rtomb.c...
Applied patch src/multibyte/c32rtomb.c cleanly.

index at:
100644 a5d49ff0f74cebd2ba59c0f9470b9198184601c7	src/multibyte/c32rtomb.c

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).