aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/bison/gnulib/src/wchar--.h
blob: 0ced5f7549b8192ca2231e4048e46e82cebf6d88 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#include <wchar.h> 
 
#if defined(_WIN32) 
int wcwidth(wchar_t c); 
#endif