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

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

Revision 1.1, Sun Jan 9 17:35:29 2000 UTC (24 years, 5 months ago) by maekawa
Branch: MAIN

Initial revision

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