__mbrlen

Name

__mbrlen -- mangle of mbrlen

Synopsis

size_t __mbrlen(const char *__restrict s,
               size_t n,
               mbstate_t *__restrict ps);

Description

__mbrlen(s, n, ps) has the same specification as mbrlen(s, n, ps).

__mbrlen is not in the source standard; it is only in the binary standard.