Function CDM_Isdigit


Definition:#include <CDM.h>
Prototype:int CDM_Isdigit(CDM_CONST char c);
Arguments:

c: A character to be decided if is a digit or not. (char)

C/C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

This function returns true if the character denoted by the "c" parameter is a digit.

Return Value:

This function will return a value greater than 0, if the character contained in parameter "c" represents an integer. Else, 0 will be returned.

Notes:

This function is equivelant to the ANSI C function "isdigit".

See Also:

isdigit (defined in <ctype.h>)


Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.