#ifndef _LISTE_H #define _LISTE_H #ifdef WIN #include #elif DOS #include #define wsprintf sprintf #endif #include #define NoError ( 0 ) // No Error #define OutOfMemoryError ( -1 ) // Out of memory #endif // _LISTE_H