blob: 4bb74733486cfaf827ddbd58d50f2b3616208756 [file] [log] [blame]
#include "stdio_impl.h"
#include <wchar.h>
wint_t putwc(wchar_t c, FILE *f)
{
return fputwc(c, f);
}