COHERENT help

This page displays the COHERENT help information for isalpha.

Listing of available help pages


isalpha() -- Check if a character is a letter

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