Changed the makefile system to autoconf/automake.
[cacao.git] / mm / mm3.h
1 #ifndef __mm_constants__
2 #define __mm_constants__
3
4
5 #endif
6
7 #ifndef __mm_types__
8 #define __mm_types__
9
10 #include "types.h"
11
12 typedef u8    cacao_size_t;
13 typedef void* cacao_ptr_t;
14
15 #endif