@@ -30,8 +30,8 @@ typedef struct car
Direction origin;
Direction dest;
bool old;
- car * next;
- cv * cv;
+ struct car * next;
+ sruct cv * cv;
} car;
typedef struct list