getchar . files . sncode
latest
Get a character
GETCHAR
NAME
getchar - Get a character
SYNOPSIS
getchar(file_descriptor)
getchar(file:file_descriptor)
DESCRIPTION
This function is used to get the next character from the file
It return a character or null if we are at the end of the file
EXAMPLES
c = getchar(ct);
AUTHOR
Written by Pierre Laplante, <laplante@sednove.com>