maximum length of a multibyte character in the current locale NAME MB_CUR_MAX - maximum length of a multibyte character in the current locale LIBRARY Standard C librar......typically 16 (6 in glibc versions earlier than 2.2), while sizeof(wchar_t) is 4. SEE ALSO MB_CUR_MAX (3)...number of bytes written at s . The programmer must ensure that there is room for at least MB_CUR_MAX bytes at s . If s is NULL, the wctomb () function resets the shift state, kn…...contain an invalid multibyte sequence, mbtowc () returns -1. This can happen even if n >= MB_CUR_MAX , if the multibyte string contains redundant shift sequences. A different ca…...omplete multibyte character, mbrlen () returns (size_t) -2 . This can happen even if n >= MB_CUR_MAX , if the multibyte string contains redundant shift sequences. If the multiby…...yte character, mblen () returns -1. This can happen even if n is greater than or equal to MB_CUR_MAX , if the multibyte string contains redundant shift sequences. If the multiby…...mplete multibyte character, mbrtowc () returns (size_t) -2 . This can happen even if n >= MB_CUR_MAX , if the multibyte string contains redundant shift sequences. If the multiby…...nt information; • using the multibyte and wide character functions for text processing if MB_CUR_MAX > 1 ; • using strcoll (3) and strxfrm (3) to compare strings; and • using wc…get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …get time parameters (NTP daemon interface) NAME ntp_gettime, ntp_gettimex - get time parameters (NTP daemon interface) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <…get time parameters (NTP daemon interface) NAME ntp_gettime, ntp_gettimex - get time parameters (NTP daemon interface) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <…create a new thread NAME pthread_create - create a new thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthread.h> int pthread_create(pthread_t *r…address-to-name translation in protocol-independent manner NAME getnameinfo - address-to-name translation in protocol-independent manner LIBRARY Standard C library ( libc , -lc ) S…standard input/output library functions NAME stdio - standard input/output library functions LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> FILE * stdin ; FI…reposition a stream NAME fgetpos, fseek, fsetpos, ftell, rewind - reposition a stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int fseek(FILE * stream …reposition a stream NAME fgetpos, fseek, fsetpos, ftell, rewind - reposition a stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int fseek(FILE * stream …reposition a stream NAME fgetpos, fseek, fsetpos, ftell, rewind - reposition a stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int fseek(FILE * stream …reposition a stream NAME fgetpos, fseek, fsetpos, ftell, rewind - reposition a stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int fseek(FILE * stream …reposition a stream NAME fgetpos, fseek, fsetpos, ftell, rewind - reposition a stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int fseek(FILE * stream …shared memory buffer pool NAME mpool - shared memory buffer pool LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <db.h> #include <mpool.h> MPOOL *mpool_open(DBT * key ,…