Buonasera,
ho 3 struct che contengono una serie di dati e un puntatore.
Quindi, esemplificando:

struct1
dati

struct2
dati
puntatore a struct1

struct3
dati
puntatore a struct2

Ora, io ho un elemento di struct3 e devo accedere ad un dato della struct1.
Come ci arrivo?
Spero di essere stato chiaro..
Grazie mille