mirror of
https://github.com/szymon-jozef/static-site-generator.git
synced 2026-09-07 12:10:42 +02:00
6 lines
141 B
C++
6 lines
141 B
C++
#include <set>
|
|
#include <string>
|
|
|
|
// trim string in-place, removing all whitespaces and surrounding '"' symbols
|
|
void trim(std::string &str);
|