isutf8xdigit

Tests for a hexadecimal-digit character, including the digits 0-9 and the letters a to f (or A to F).

Library:LibC
Classification:Novell
Service:Characters and Strings

Syntax

  #include <utf8.h> 
   
  int  isutf8xdigit (
     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 hexadecimal digit. Otherwise, it returns zero.

See Also