Explorar el Código

typdef doesn't work backwards :(

tarfeef101 hace 7 años
padre
commit
c82604314b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      kern/synchprobs/traffic_synch.c

+ 2 - 2
kern/synchprobs/traffic_synch.c

@@ -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