home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / include / fixerrno.h < prev    next >
C/C++ Source or Header  |  1990-10-28  |  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.