RISC-V/V203/usb/scope/software/helpers.h

9 lines
187 B
C
Raw Normal View History

2024-10-21 10:26:41 +02:00
#ifndef HELPERS_H
#define HELPERS_H
#include <string>
extern char * strip_eol (char * str);
extern std::string ing_fmt (const double par, const unsigned dnum = 3u);
#endif // HELPERS_H