home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJLSR200.ZIP / src / libc / ansi / stdio / stdaux.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-25  |  203 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_stdaux = {
  7.   0, 0, 0, 0,
  8.   _IORW | _IONBF,
  9.   4
  10. };
  11.