Use proper prototypes.
This commit is contained in:
parent
5d1145f2c4
commit
2626c641aa
3 changed files with 11 additions and 5 deletions
|
|
@ -19,5 +19,6 @@ extern char *const xalloc_msg_memory_exhausted;
|
|||
extern void (*xalloc_fail_func) ();
|
||||
|
||||
void *xmalloc PARAMS ((size_t n));
|
||||
void *xmalloc_and_zero PARAMS ((size_t n));
|
||||
void *xcalloc PARAMS ((size_t n, size_t s));
|
||||
void *xrealloc PARAMS ((void *p, size_t n));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue