trusty (3) wcwidth.3.gz

Provided by: manpages-pt-dev_20040726-4_all bug

NOME

       wcwidth - determina as colunas necessárias para caracteres longos

SINOPSE

       #include <wchar.h>

       int wcwidth (wint_t c);

DESCRIPTION

       A função wcwidth devolve o número de colunas necessárias para representar um caractere longo c. Se c é um
       caractere longo imprimível, o valor é pelo menos 0. Se c é L'\0', o valor  é  0.  De  outra  forma  -1  é
       devolvido.

VALORES DE RETORNO

       A função wcwidth devolve o número de posição nas colunas para c.

CONFORMING TO

       UNIX98

VEJA TAMBÉM

       wcswidth(3), iswprint(3)

NOTAS

       The behaviour of wcwidth depends on the LC_CTYPE category of the current locale.