reactos/rosapps/applications/sysutils/utils/sdkparse/binary2cstr.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
157 B
C++

// binary2cstr.h
#ifndef BINARY2CSTR_H
#define BINARY2CSTR_H
#include <string>
std::string binary2cstr ( const std::string& src );
#endif//BINARY2CSTR_H