1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sbin/rcorder/ealloc.h
2007-11-07 10:53:41 +00:00

8 lines
222 B
C

/* $FreeBSD$ */
/* $NetBSD: ealloc.h,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */
void *emalloc(size_t len);
char *estrdup(const char *str);
void *erealloc(void *ptr, size_t size);
void *ecalloc(size_t nmemb, size_t size);