putwchar.c\stdio\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdio/putwchar.c
blob: 3aacc1cfad7853753bcb93122b77176a8e04ca2f (plain) (blame)
1
2
3
4
5
6
7
8
#include "stdio_impl.h"
wint_t putwchar(wchar_t c)
{
	return fputwc(c, stdout);
}
weak_alias(putwchar, putwchar_unlocked);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月24日 07:55:20 +0000

AltStyle によって変換されたページ (->オリジナル) /