errno.c 242 B

1234567891011
  1. /*
  2. * errno.h - error codes
  3. *
  4. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  5. * See the copyright notice in the ACK home directory, in the file "Copyright".
  6. */
  7. /* $Header */
  8. #include <errno.h>
  9. int errno = 0;