(C) 1998 AROS - The Amiga Research OS


NAME
#include <string.h>

char * strerror ()

SYNOPSIS
size_t n

FUNCTION
Returns a readable string for an error number in errno.

INPUTS
n
The contents of errno or a #define from errno.h

RESULT
A string describing the error.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
11.12.1996 aros
New functions