home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume9 / siotools / part01 / kmemsio.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-04  |  606 b   |  28 lines

  1. /* CHK=0x230E */
  2. /*+-----------------------------------------------------------------------
  3.     kmemsio.h
  4. ------------------------------------------------------------------------*/
  5. /*+:EDITS:*/
  6. /*:12-04-1989-16:49-afterlint-creation */
  7.  
  8. #define    SIO_NTTY    16
  9. extern struct tty sio[SIO_NTTY];
  10.  
  11. #ifndef BUILDING_LINT_ARGS
  12. #ifdef LINT_ARGS
  13.  
  14. /* kmemsio.c */
  15. char *kmem_init_tty(void );
  16. char *kmem_read_tty(int ,int );
  17.  
  18. #else        /* compiler doesn't know about prototyping */
  19.  
  20. /* kmemsio.c */
  21. char *kmem_init_tty();
  22. char *kmem_read_tty();
  23.  
  24. #endif /* LINT_ARGS */
  25. #endif /* BUILDING_LINT_ARGS */
  26.  
  27. /* end of kmemsio.h */
  28.