ReactOS 0.4.15-dev-7958-gcd0bb1a
strip_comments.h
Go to the documentation of this file.
1// strip_comments.h
2
3#ifndef STRIP_COMMENTS_H
4#define STRIP_COMMENTS_H
5
6#include <string>
7
8void strip_comments ( std::string& s, bool strip_lf = false );
9
10#endif//STRIP_COMMENTS_H
GLdouble s
Definition: gl.h:2039
void strip_comments(std::string &s, bool strip_lf=false)