home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / ansi / stdio / stdprn.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-27  |  269 b   |  12 lines

  1. /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
  2. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  3. #include <stdio.h>
  4. #include <libc/file.h>
  5. #include <libc/stdiohk.h>
  6.  
  7. FILE __dj_stdprn = {
  8.   0, 0, 0, 0,
  9.   _IOWRT | _IONBF,
  10.   4
  11. };
  12.