mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 17:30:53 +08:00
550b1095de
This reverts commit dff6771da7
.
9 lines
131 B
C
9 lines
131 B
C
#ifndef ALLOC_H
|
|
#define ALLOC_H
|
|
|
|
extern /*@null@*//*@out@*/char *alloc();
|
|
extern void alloc_free();
|
|
extern int alloc_re();
|
|
|
|
#endif
|