main shrub/shrubtools / shared / alloc.h
 1/* Public domain. */
 2
 3#ifndef ALLOC_H
 4#define ALLOC_H
 5
 6extern /*@null@*//*@out@*/char *alloc();
 7extern void alloc_free();
 8extern int alloc_re();
 9
10#endif