Add reallocf function

This commit is contained in:
Aurelien Jarno
2010-07-30 08:00:41 +02:00
committed by Guillem Jover
parent 06a60a166a
commit acb7c42d7c
5 changed files with 163 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ void setprogname(const char *);
int heapsort (void *, size_t, size_t, int (*)(const void *, const void *));
void *reallocf(void *ptr, size_t size);
long long strtonum(const char *nptr, long long minval, long long maxval,
const char **errstr);
__END_DECLS