source:
trunk/src/gcc/libiberty/xstrerror.c@
435
| Last change on this file since 435 was 2, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 1.8 KB | |
| Rev | Line | |
|---|---|---|
| [2] | 1 | /* xstrerror.c -- jacket routine for more robust strerror() usage. |
| 2 | Fri Jun 16 18:30:00 1995 Pat Rankin <[email protected]> | |
| 3 | This code is in the public domain. */ | |
| 4 | ||
| 5 | /* | |
| 6 | ||
| 7 | @deftypefn Replacement char* xstrerror (int @var{errnum}) | |
| 8 | ||
| 9 | Behaves exactly like the standard @code{strerror} function, but | |
| 10 | will never return a @code{NULL} pointer. | |
