* Makefile.in: Regenerate.
[deliverable/binutils-gdb.git] / libiberty / strdup.c
index 1785b34f2745a1e43d61cf42bbec1862506dd2fb..49233ba7aac99603030a43264b5e7ea8b08149d3 100644 (file)
@@ -1,3 +1,14 @@
+/*
+
+@deftypefn Supplemental char* strdup (const char *@var{s})
+
+Returns a pointer to a copy of @var{s} in memory obtained from
+@code{malloc}, or @code{NULL} if insufficient memory was available.
+
+@end deftypefn
+
+*/
+
 char *
 strdup(s)
      char *s;
This page took 0.024648 seconds and 4 git commands to generate.