Return to fep_com.c CVS log | Up to [local] / OpenXM_contrib2 / fep |
version 1.1, 2002/09/03 00:41:44 | version 1.3, 2010/04/23 05:34:05 | ||
---|---|---|---|
|
|
||
#endif /* lint */ | #endif /* lint */ | ||
#include <stdio.h> | #include <stdio.h> | ||
#include <stdlib.h> | |||
#include <string.h> | |||
#include <sys/ioctl.h> | #include <sys/ioctl.h> | ||
#ifdef TERMIOS | #ifdef TERMIOS | ||
#include <termios.h> | #include <termios.h> | ||
|
|
||
#include <sys/file.h> | #include <sys/file.h> | ||
#include <sys/stat.h> | #include <sys/stat.h> | ||
#include <sys/ioctl.h> | #include <sys/ioctl.h> | ||
#if defined(sun) | |||
#include <sys/fcntl.h> | |||
#endif | |||
#include "fep_defs.h" | #include "fep_defs.h" | ||
#include "fep_glob.h" | #include "fep_glob.h" | ||
#include "fep_funcs.h" | #include "fep_funcs.h" |