Medial Code Documentation
Loading...
Searching...
No Matches
StripComments.h
1#ifndef STRIP_H
2#define STRIP_H
3
4#include <string>
5
6std::string stripComments(const std::string& str, bool whitespace = true);
7
8#endif