void convert(double *); //prototype
1234
void convert(double *a) { *a = *a * 2.54; }
measurement
measurment
convert
void