#ifndef __MEMOIRE_H__ #define __MEMOIRE_H__ #include "types.h" Uint32 LD(Uint32 offset); void ST(Uint32 offset, Uint32 valeur); #endif