Changeset 609 for branches/GNU/src/binutils/libiberty/xstrdup.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/libiberty/xstrdup.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 2 2 This trivial function is in the public domain. 3 3 Ian Lance Taylor, Cygnus Support, December 1995. */ 4 5 /* 6 7 @deftypefn Replacement char* xstrdup (const char *@var{s}) 8 9 Duplicates a character string without fail, using @code{xmalloc} to 10 obtain memory. 11 12 @end deftypefn 13 14 */ 4 15 5 16 #include <sys/types.h> -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.