|
#ifndef DISPLAY_H_INCLUDED
|
|
#define DISPLAY_H_INCLUDED
|
|
|
|
#include "structure.h"
|
|
|
|
void print_one_week(creneau *edt, int len_creneau, date start);
|
|
|
|
void print_all_edt(creneau *edt, int len_edt, int n_weeks, int len_oneweek);
|
|
|
|
void print_all_colleurs(colleur *chads, int n_chads);
|
|
|
|
#endif
|