isleadbyte()

tests if character is first byte of multibyte character 

Function


SYNOPSIS

#include <ctype.h>

int isleadbyte(int c);


DESCRIPTION

The isleadbyte() function tests whether the specified character is the first byte of a multibyte character.


PARAMETERS

c 

Is any integer value.


RETURN VALUES

The isleadbyte() function returns non-zero if c is the first byte of a multibyte character; otherwise, it returns zero.


CONFORMANCE

MKS Toolkit UNIX APIs extension.


MULTITHREAD SAFETY LEVEL

MT-Safe, with exceptions.

This function is MT-Safe as long as no thread calls setlocale() while this function is executing.


PORTING ISSUES

None.


AVAILABILITY

MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
isalnum(), isalpha(), isascii(), iscntrl(), isdigit(), isgraph(), islower(), isprint(), ispunct(), isspace(), isupper(), isxdigit()


MKS Toolkit 9.3 Documentation Build 6.