reactos/rosapps/sysutils/utils/sdkparse/strip_comments.h

11 lines
180 B
C++

// strip_comments.h
#ifndef STRIP_COMMENTS_H
#define STRIP_COMMENTS_H
#include <string>
void strip_comments ( std::string& s, bool strip_lf = false );
#endif//STRIP_COMMENTS_H