Pārlūkot izejas kodu

typdef doesn't work backwards :(

tarfeef101 7 gadi atpakaļ
vecāks
revīzija
c82604314b
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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