mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
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
|