isutf8upper

Tests for an uppercase character.

Library:LibC
Classification:Novell
Service:Characters and Strings

Syntax

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

Parameters

string

(IN) Points to the character to be tested.

Return Values

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

See Also