putwc.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/putwc.c
blob: 4bb74733486cfaf827ddbd58d50f2b3616208756 (plain) (blame)
1
2
3
4
5
6
7
#include "stdio_impl.h"
#include <wchar.h>
wint_t putwc(wchar_t c, FILE *f)
{
	return fputwc(c, f);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月06日 18:28:17 +0000

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