Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: ctype.h

ispunct()

IMPORT_C int ispunct(int c);

Description

Tests whether the character is a punctuation character. For Unicode, punctuation characters are any character in the categories: EPcCategory, EPdCategory, EPsCategory, EPeCategory, EPiCategory, EPfCategory, EPoCategory.

Parameters

int c

an integer whose value is representable as an unsigned char.

Return value

int

True, if the character is punctuation; false, otherwise.