1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-01 19:50:36 +00:00
reactos/rosapps/applications/sysutils/utils/sdkparse/binary2cstr.h

11 lines
157 B
C
Raw Normal View History

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