- Start rosapps rearrange and cleanup process.
[reactos.git] / rosapps / applications / sysutils / utils / sdkparse / binary2cstr.h
diff --git a/rosapps/applications/sysutils/utils/sdkparse/binary2cstr.h b/rosapps/applications/sysutils/utils/sdkparse/binary2cstr.h
new file mode 100644 (file)
index 0000000..ea708af
--- /dev/null
@@ -0,0 +1,10 @@
+// binary2cstr.h
+
+#ifndef BINARY2CSTR_H
+#define BINARY2CSTR_H
+
+#include <string>
+
+std::string binary2cstr ( const std::string& src );
+
+#endif//BINARY2CSTR_H