RecipeDB/utils/stringutils.h

15 lines
185 B
C
Raw Normal View History

#ifndef STRINGUTILS_H
#define STRINGUTILS_H
#include <string>
#include <vector>
#include <cmath>
namespace StringUtils{
std::string toString(float val);
}
#endif // STRINGUTILS_H