reactos/rosapps/applications/sysutils/utils/sdkparse/strip_comments.h
Aleksey Bragin 2012315e5a - Start rosapps rearrange and cleanup process.
svn path=/trunk/; revision=34303
2008-07-05 11:46:22 +00:00

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