home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d473 / 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.