aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/bison/gnulib/src/wchar--.h
blob: 41751e00acf67edce4a91c8589b0ce3a123c3b21 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#include <wchar.h>

#if defined(_WIN32)
int wcwidth(wchar_t c);
#endif