mailing list of musl libc
 help / color / mirror / code / Atom feed
75753845c8f6556fe3f9113a1e4b6d71160be61a blob 102 bytes (raw)

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

wint_t putwchar(wchar_t c)
{
	return fputwc(c, stdout);
}
debug log:

solving 7575384 ...
found 7575384 in https://inbox.vuxu.org/musl/20160906210939.32637-2-dsabogalcc@gmail.com/
found b249c4a in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 b249c4ac10997061355a261ff15cda08743183d9	src/stdio/putwchar.c

applying [1/1] https://inbox.vuxu.org/musl/20160906210939.32637-2-dsabogalcc@gmail.com/
diff --git a/src/stdio/putwchar.c b/src/stdio/putwchar.c
index b249c4a..7575384 100644

Checking patch src/stdio/putwchar.c...
Applied patch src/stdio/putwchar.c cleanly.

index at:
100644 75753845c8f6556fe3f9113a1e4b6d71160be61a	src/stdio/putwchar.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).