codice: struct elemento { int inf; struct elemento *pun; } *crea_lista(void);
struct elemento { int inf; struct elemento *pun; } *crea_lista(void);
Regole del Forum