Files
2026-02-06 16:04:23 +01:00

7 lines
100 B
C++

#ifndef UTILS_H
#define UTILS_H
#include <string>
std::string trim(const std::string& str);
#endif