blob: d4fcd0c81d8a323002e09b6f81b6dc8e6b7e30f5 [file]
/* Public domain, from daemontools-0.76. */
#ifndef ALLOC_H
#define ALLOC_H
extern /*@null@*//*@out@*/void *alloc(unsigned int);
extern void alloc_free(void *);
extern int alloc_re(void **,unsigned int,unsigned int);
#endif