Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ Width
Function
Width
extern/editline/src/chartype.h:112–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
#define Strtol(p,e,b) wcstol(p,e,b)
111
112
static inline int
113
Width(wchar_t c)
114
{
115
int w = wcwidth(c);
116
return w < 0 ? 0 : w;
117
}
118
119
#else /* NARROW */
120
Callers
4
re_putc
Function · 0.85
re_refresh
Function · 0.85
re_refresh_cursor
Function · 0.85
re_fastputc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected