mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
* libiberty.h (xmemdup): Add prototype for new function.
From-SVN: r29200
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
1999-09-07 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* libiberty.h (xmemdup): Add prototype for new function.
|
||||
|
||||
1999-09-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* obstack.h (obstack_grow, obstack_grow0): Move (char*) casts
|
||||
|
||||
@@ -149,6 +149,10 @@ extern PTR xcalloc PARAMS ((size_t, size_t));
|
||||
|
||||
extern char *xstrdup PARAMS ((const char *));
|
||||
|
||||
/* Copy an existing memory buffer to a new memory buffer without fail. */
|
||||
|
||||
extern PTR xmemdup PARAMS ((const PTR, size_t, size_t));
|
||||
|
||||
/* hex character manipulation routines */
|
||||
|
||||
#define _hex_array_size 256
|
||||
|
||||
Reference in New Issue
Block a user