acl/lib_dict/cdb/include/alloc.h

9 lines
139 B
C
Raw Normal View History

2014-11-19 00:25:21 +08:00
#ifndef ALLOC_H
#define ALLOC_H
extern /*@null@*//*@out@*/char *alloc();
extern void alloc_free();
extern int alloc_re();
#endif