Provided by: manpages-pt-br-dev_4.27.0-1_all 

NOME
mbsinit - testa o estado inicial de transição
BIBLIOTECA
Biblioteca C Padrão (libc, -lc)
SINOPSE
#include <wchar.h> int mbsinit(const mbstate_t *ps);
DESCRIÇÃO
The function mbsinit() tests whether *ps corresponds to an initial state.
VALOR DE RETORNO
mbsinit() returns nonzero if *ps is an initial state, or if ps is NULL. Otherwise, it returns 0.
ATRIBUTOS
Para uma explicação dos termos usados nesta seção, consulte attributes(7). ┌─────────────────────────────────────────────────────────────────────────────┬───────────────┬─────────┐ │ Interface │ Atributo │ Valor │ ├─────────────────────────────────────────────────────────────────────────────┼───────────────┼─────────┤ │ mbsinit() │ Thread safety │ MT-Safe │ └─────────────────────────────────────────────────────────────────────────────┴───────────────┴─────────┘
PADRÕES
C11, POSIX.1-2008.
HISTÓRICO
POSIX.1-2001, C99.
NOTAS
The behavior of mbsinit() depends on the LC_CTYPE category of the current locale.
VEJA TAMBÉM
mbstate_t(3type), mbrlen(3), mbrtowc(3), mbsrtowcs(3), wcrtomb(3), wcsrtombs(3)
TRADUÇÃO
A tradução para português brasileiro desta página man foi criada por Felipe M Pereira <Felipe.Pereira@ic.unicamp.br> e André Luiz Fassone <lonely_wolf@ig.com.br> Esta tradução é uma documentação livre; leia a Licença Pública Geral GNU Versão 3 ou posterior para as condições de direitos autorais. Nenhuma responsabilidade é aceita. Se você encontrar algum erro na tradução desta página de manual, envie um e-mail para a lista de discussão de tradutores. Linux man-pages 6.9.1 3 maio 2024 mbsinit(3)