nickandrew / djbdns

djbdns is a collection of Domain Name System tools. It includes software for all the fundamental DNS operations.

This URL has Read+Write access

djbdns / alloc.h
100644 9 lines (6 sloc) 0.131 kb
1
2
3
4
5
6
7
8
9
#ifndef ALLOC_H
#define ALLOC_H
 
extern /*@null@*//*@out@*/char *alloc();
extern void alloc_free();
extern int alloc_re();
 
#endif