repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add a missing section header table index conversion
[tangerine.git]
/
compiler
/
clib
/
include
/
memory.h
blob
c5d16502eb79b84ff77c1d8bd6828d3a22229b3b
1
#ifndef _MEMORY_H_
2
#define _MEMORY_H_
3
4
/*
5
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6
$Id$
7
8
Desc: Header file memory.h
9
Lang: english
10
*/
11
#ifndef _STDLIB_H
12
# include <stdlib.h>
13
#endif
14
15
#endif
/* _MEMORY_H_ */