![]() ![]() | ![]() |
version 1.1.1.1, 2025/01/19 02:04:04 | version 1.2, 2025/02/25 18:53:14 |
---|---|
Line 74 int scosgr (short att, short bwflag); | Line 74 int scosgr (short att, short bwflag); |
#endif | #endif |
/* system services */ | /* system services */ |
#include <termios.h> | #if defined(__sun) || defined(__FreeBSD__) || defined(__NetBSD__) |
# include <termio.h> | |
#else | |
# include <termios.h> | |
#endif | |
#include <fcntl.h> | #include <fcntl.h> |
/* search 'string' for occurence of 'pattrn' | /* search 'string' for occurence of 'pattrn' |