1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-05 05:41:22 +00:00
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

10 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