wchar--.h 85 B

1234567
  1. #pragma once
  2. #include <wchar.h>
  3. #if defined(_WIN32)
  4. int wcwidth(wchar_t c);
  5. #endif