COHERENT help

This page displays the COHERENT help information for isdigit.

Listing of available help pages


isdigit() -- Check if a character is a numeral

#include <ctype.h>
int isdigit(c) int c;