GETC(3spp)
NAME
getc, getchar, − get character from descriptor
SYNOPSIS
#include <saio/saioctl.h>
int getc(descriptor)
int descriptor;
int getchar()
DESCRIPTION
Getc returns the next character from the named input descriptor.
Getchar() reads from the console and unless descriptor 0 has been closed is identical to getc(0).
HOME
(str) The home directory to use for the ~c