9 lines
173 B
C
9 lines
173 B
C
#ifndef UNITCONVERSION_H
|
|
#define UNITCONVERSION_H
|
|
|
|
#include "Infobox.h"
|
|
|
|
int is_unit_conv_query(const char *query);
|
|
InfoBox fetch_unit_conv_data(const char *query);
|
|
|
|
#endif
|