#include "common.h" #include int main() { char c; wcrtomb(&c, L'0', NULL); return 0; }