home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 2: Applications
/
Linux Cubed Series 2 - Applications.iso
/
utils
/
disk-man
/
mtools-3.000
/
mtools-3
/
mtools-3.0
/
strerror.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-04-30
|
85 b
|
7 lines
#include "sysincludes.h"
char *strerror(int errno)
{
return sys_errlist[errno];
}