Lispunct

Tests for a punctuation character, such as a comma (,) or a period (.) in the local multibyte code set.

Library:LibC
Classification:Other
Service:Characters and Strings

Syntax

  #include <ctype.h> 
   
  int Lispunct (
     const char   *c);
  

Parameters

c

(IN) Points to the character to be tested.

Return Values

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

Remarks

The Lispunct function is a double-byte interface.

See Also