Embedded Artistry Framework
Embedded Systems C++ Framework
Functions | Variables
wcwidth.c File Reference
#include <wchar.h>
#include "nonspacing.h"
#include "wide.h"
Include dependency graph for wcwidth.c:

Functions

int wcwidth (wchar_t wc)
 

Variables

static const unsigned char table []
 
static const unsigned char wtable []
 

Function Documentation

◆ wcwidth()

int wcwidth ( wchar_t  wc)

References table, and wtable.

Referenced by wcswidth().

Here is the caller graph for this function:

Variable Documentation

◆ table

const unsigned char table[]
static

Referenced by wcwidth().

◆ wtable

const unsigned char wtable[]
static

Referenced by wcwidth().