DEBSOURCES
Skip Quicknav
sources / djbdns / 1%3A1.05-22 / alloc.h
12345678
#ifndef ALLOC_H #define ALLOC_H extern /*@null@*//*@out@*/char *alloc(); extern void alloc_free(); extern int alloc_re(); #endif