home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / mint / mntlib24 / defmode.c < prev    next >
Encoding:
Text File  |  1993-08-03  |  431 b   |  11 lines

  1. /* moved to a separate module, so that people who want to can put
  2.  * __default_mode__ = _IOBIN in their main program without getting
  3.  * a link conflict; moreover, this allows stdin and stdout to be
  4.  * binary mode by default as well. ++ERS
  5.  *
  6.  * moved into a module independent of binmode so that if its undefined
  7.  * by the user it is pulled in from here without pulling in binmode() too.
  8.  *
  9.  */
  10. int __default_mode__ = 0;
  11.