home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / ansi / stdio / stdout.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-25  |  204 b   |  11 lines

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