isutf8digit

Tests for a decimal-digit character (0-9).

Library:LibC
Classification:Novell
Service:Characters and Strings

Syntax

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

See Also