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