Main Page   Data Structures   File List   Data Fields   Globals  

iswhat.c File Reference

#include <ctype.h>
#include "iswhat.h"

Go to the source code of this file.

Functions

int isAlpha (char c)
int isNum (char c)
int isAlphaNum (char c)
int isAddOp (char c)
int isMulOp (char c)


Function Documentation

int isAddOp char    c
 

Definition at line 35 of file iswhat.c.

int isAlpha char    c
 

Definition at line 21 of file iswhat.c.

int isAlphaNum char    c
 

Definition at line 31 of file iswhat.c.

References isAlpha(), and isNum().

int isMulOp char    c
 

Definition at line 39 of file iswhat.c.

int isNum char    c
 

Definition at line 27 of file iswhat.c.


Generated on Thu Feb 14 09:15:11 2002 for InCode by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001