home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Headers / bsd / i386 / cons.h next >
Encoding:
C/C++ Source or Header  |  1993-04-30  |  133 b   |  8 lines

  1. /* 
  2.  * Copyright (c) 1987 NeXT, Inc.
  3.  */ 
  4. #import <sys/types.h>
  5.  
  6. struct tty    cons;
  7. struct tty    *cons_tp;        /* current console device */
  8.