/* _errno.c (emx+gcc) -- Copyright (c) 1993 by Eberhard Mattes */

#include <errno.h>

int *_errno (void)
{
  return (&errno);
}
