add a missing section header table index conversion
[tangerine.git] / compiler / clib / include / memory.h
blobc5d16502eb79b84ff77c1d8bd6828d3a22229b3b
1 #ifndef _MEMORY_H_
2 #define _MEMORY_H_
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Header file memory.h
9 Lang: english
11 #ifndef _STDLIB_H
12 # include <stdlib.h>
13 #endif
15 #endif /* _MEMORY_H_ */