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

File: [local] / OpenXM_contrib / pari-2.2 / config / Attic / has_TIOCGWINSZ.c (download)

Revision 1.1, Tue Oct 2 11:16:55 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN

Initial revision

#include <unistd.h>
#include <sys/types.h>
#include <sys/termios.h>
main() { int x = TIOCGWINSZ; }