isutf8lower

Tests for a lowercase character.

Library:LibC
Classification:Novell
Service:Characters and Strings

Syntax

  #include <utf8.h> 
   
  int  isutf8lower (
     const utf8_t   *string);
  

Parameters

string

(IN) Points to the character to be tested.

Return Values

Returns a nonzero value when the argument is a lowercase character. Otherwise, it returns zero.

See Also