-revert janderwalds change until because it breaks the gcc 4.x build
[reactos.git] / reactos / base / applications / utils / sdkparse / binary2cstr.h
1 // binary2cstr.h
2
3 #ifndef BINARY2CSTR_H
4 #define BINARY2CSTR_H
5
6 #include <string>
7
8 std::string binary2cstr ( const std::string& src );
9
10 #endif//BINARY2CSTR_H