[BACK]Return to has_TIOCGWINSZ.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / config

Annotation of OpenXM_contrib/pari-2.2/config/has_TIOCGWINSZ.c, Revision 1.1.1.1

1.1       noro        1: #include <unistd.h>
                      2: #include <sys/types.h>
                      3: #include <sys/termios.h>
                      4: main() { int x = TIOCGWINSZ; }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>