Send a character to an ESL application.
int PutCharacter ( int c )
c
An integer value.
Include
LOCALAPP.H
STDIO.H
Returns
The character written if successful; EOF if not.
Description
This function sends the single character c to ESL.
Errors
A return value of EOF indicates that an error occurred. (EOF is a macro constant representing the end-of-file marker. EOF is defined in STDIO.H.)