mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
1e3d5d70e9
svn path=/trunk/; revision=26033
10 lines
157 B
C++
10 lines
157 B
C++
// binary2cstr.h
|
|
|
|
#ifndef BINARY2CSTR_H
|
|
#define BINARY2CSTR_H
|
|
|
|
#include <string>
|
|
|
|
std::string binary2cstr ( const std::string& src );
|
|
|
|
#endif//BINARY2CSTR_H
|