void get_value(float*value_ptr) // acquisisce un valore float da tastiera { printf("\n Inserisci un valore"); scanf("%f", value_ptr); }