home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / msdos / programm / 11690 < prev    next >
Encoding:
Text File  |  1992-12-29  |  639 b   |  22 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!darwin.sura.net!cs.ucf.edu!tarpit!ge-dab!sundew!lamastus
  3. From: lamastus@sundew.dab.ge.com (Patrick Lamastus)
  4. Subject: Help with DOS stderr               
  5. Date: Tue, 29 Dec 1992 15:00:59 GMT
  6. Message-ID: <1992Dec29.150059.9081@ge-dab.GE.COM>
  7. Organization: GE Simulation & Control Systems
  8. Distribution: usa
  9. Sender: Patrick Lamastus
  10. Nntp-Posting-Host: sundew.dab.ge.com
  11. Lines: 9
  12.  
  13. I need to know were to find the DOS standard errors.
  14.  
  15. Ex.
  16.    fprintf(stderr, "Error %d\n",errno);
  17.    exit(1);
  18.  
  19. Thanks in advance.
  20.  
  21. lamastus@sunny.dab.ge.com
  22.