- Start rosapps rearrange and cleanup process.
[reactos.git] / rosapps / applications / sysutils / 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