mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 14:50:57 +08:00
* libiberty.h (xmemdup): Add prototype for new function.
From-SVN: r29200
This commit is contained in:
parent
b10647f1b2
commit
6659980655
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user