/* tag: Tom Lord Tue Dec 4 14:41:32 2001 (errno-to-string.h) */ /* errno-to-string.h - * **************************************************************** * Copyright (C) 2000 Tom Lord * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__OS__ERRNO_TO_STRING_H #define INCLUDE__OS__ERRNO_TO_STRING_H #include "hackerlab/machine/types.h" /* automatically generated __STDC__ prototypes */ extern char * errno_to_string (int errn); #endif /* INCLUDE__OS__ERRNO_TO_STRING_H */