[project @ 2002-02-12 11:44:54 by simonmar]
[ghc-hetmet.git] / ghc / lib / std / cbits / ghc_errno.h
1 /* -----------------------------------------------------------------------------
2  * $Id: ghc_errno.h,v 1.1 2001/01/27 07:46:27 qrczak Exp $
3  *
4  * (c) The GHC Team 2001
5  *
6  * Haskell-usable version of errno
7  *
8  * ---------------------------------------------------------------------------*/
9
10 #ifndef GHCERRNO_H
11 #define GHCERRNO_H
12
13 int *ghcErrno(void);
14
15 #endif