Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/libiberty/xstrdup.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    22   This trivial function is in the public domain.
    33   Ian Lance Taylor, Cygnus Support, December 1995.  */
     4
     5/*
     6
     7@deftypefn Replacement char* xstrdup (const char *@var{s})
     8
     9Duplicates a character string without fail, using @code{xmalloc} to
     10obtain memory.
     11
     12@end deftypefn
     13
     14*/
    415
    516#include <sys/types.h>
Note: See TracChangeset for help on using the changeset viewer.