typedef enum {Nord, Est, Sud, Ouest} direction;
typedef char[N] string;
typedef double (*fun)(double);