Updating HEAD branch #4; Merging CABAL -> HEAD.
This commit is contained in:
parent
e64ef59df4
commit
462ab530e5
58 changed files with 9898 additions and 2867 deletions
|
|
@ -22,3 +22,5 @@ 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));
|
||||
|
||||
char *xstrdup PARAMS ((const char *s));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue