daily update
[deliverable/binutils-gdb.git] / libiberty / xstrerror.c
index 770b653ba8000f1668857df203f96407da3a2179..9000d178f9c286d683cda570c5ee3bc4309f1ab7 100644 (file)
@@ -2,6 +2,17 @@
    Fri Jun 16 18:30:00 1995  Pat Rankin  <rankin@eql.caltech.edu>
    This code is in the public domain.  */
 
+/*
+
+@deftypefn Replacement char* xstrerror (int @var{errnum})
+
+Behaves exactly like the standard @code{strerror} function, but
+will never return a @code{NULL} pointer.
+
+@end deftypefn
+
+*/
+
 #include <stdio.h>
 
 #include "libiberty.h"
This page took 0.024703 seconds and 4 git commands to generate.