source: trunk/src/gcc/libiberty/xstrerror.c@ 435

Last change on this file since 435 was 2, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 1.8 KB
RevLine 
[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
9Behaves exactly like the standard @code{strerror} function, but
10will never return a @code{NULL} pointer.