#ifndef SECTIONTOEXECUTE_SEEN #define SECTIONTOEXECUTE_SEEN #include "nomDeLogiciel.h" typedef struct { int firstElement; int lastElement; nomDeLogiciel software; } sectionToExecute; #endif