home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 400-499 / ff473.lzh / CNewsSrc / cnews_src.lzh / include / fixerrno.h < prev    next >
C/C++ Source or Header  |  1990-12-22  |  116b  |  6 lines

  1. /* attempt to supply a declaration of errno in case <errno.h> doesn't */
  2.  
  3. #ifndef __STDC__
  4. extern int errno;
  5. #endif
  6.