This shows you the differences between two versions of the page.
|
sda-aa:laboratoare:03 [2021/03/16 21:20] cristian.rusu [4. Probleme optionale, de interviu] |
sda-aa:laboratoare:03 [2021/03/16 21:25] (current) cristian.rusu |
||
|---|---|---|---|
| Line 23: | Line 23: | ||
| typedef struct { | typedef struct { | ||
| int val; | int val; | ||
| - | node *next; | + | node_t *next; |
| } node_t; | } node_t; | ||
| </code> | </code> | ||