1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-02 12:15:23 +00:00
reactos/rosapps/sysutils/utils/sdkparse/strip_comments.h

11 lines
180 B
C
Raw Normal View History

// 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