acl/lib_dict/cdb/include/alloc.h
2014-11-19 00:25:21 +08:00

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