aboutsummaryrefslogtreecommitdiff
path: root/alloc.h
blob: 1b1d8936ad2734b68d5ff9dd52bb4228d7eeb133 (plain)
1
2
3
4
5
6
7
8
#ifndef ALLOC_H
#define ALLOC_H

extern /*@null@*//*@out@*/char *alloc();
extern void alloc_free();
extern int alloc_re();

#endif