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