#include "spice.h"
#include <errno.h>
#include "ftedefs.h"
#include "ftegraph.h"
Go to the source code of this file.
int cp_inchar |
( |
FILE * |
fp | ) |
|
Definition at line 23 of file inchar.c.
32 i = read((
int) fileno(fp), &c, 1);
33 }
while (i == -1 && errno == EINTR);
35 if (i == 0 || c ==
'\004')