daily update
[deliverable/binutils-gdb.git] / libiberty / xstrdup.c
index 6f846cfea156849c0f8e3f22ccecfb67a54fa23a..5aa084a768791c413d9405da227fa6f317ec6524 100644 (file)
@@ -2,6 +2,17 @@
    This trivial function is in the public domain.
    Ian Lance Taylor, Cygnus Support, December 1995.  */
 
+/*
+
+@deftypefn Replacement char* xstrdup (const char *@var{s})
+
+Duplicates a character string without fail, using @code{xmalloc} to
+obtain memory.
+
+@end deftypefn
+
+*/
+
 #include <sys/types.h>
 #ifdef HAVE_CONFIG_H
 #include "config.h"
This page took 0.024263 seconds and 4 git commands to generate.