/*----- Header files ------------------------------------------------------*/
-#include <stdio.h>
#include <string.h>
-#include <stdlib.h>
#include "alloc.h"
#include "arena.h"
*/
nsz = b->sz + b->off;
- GROWBUF_SIZE(nsz, rq, DA_INITSZ, sz);
+ GROWBUF_SIZE(size_t, nsz, rq, DA_INITSZ, sz);
/* --- Reallocate the block --- *
*
*/
nsz = b->sz + b->off;
- GROWBUF_SIZE(nsz, rq, DA_INITSZ, sz);
+ GROWBUF_SIZE(size_t, nsz, rq, DA_INITSZ, sz);
/* --- Reallocate the block --- *
*