7 lines
121 B
C
7 lines
121 B
C
|
|
#ifndef convert_h
|
||
|
|
#define convert_h
|
||
|
|
|
||
|
|
int convert(double *val, char *from_units, char *to_units, double *newval);
|
||
|
|
|
||
|
|
#endif
|