acl/lib_dict/cdb/include/alloc.h

9 lines
139 B
C

#ifndef ALLOC_H
#define ALLOC_H
extern /*@null@*//*@out@*/char *alloc();
extern void alloc_free();
extern int alloc_re();
#endif