We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6b434 commit e113decCopy full SHA for e113dec
README.md
@@ -1,3 +1,5 @@
1
+<p align="center"><img src="extras/graphics/512.png" alt="Byteconvert" height="200px"></p>
2
+
3
# ByteConvert
4
[](https://travis-ci.org/SloCompTech/ByteConvert_cpp)
5
[]()
@@ -79,4 +81,4 @@ uint8_t *block = ByteConvert::stringToArray(blk_size,somevar);
79
81
// Use block
80
82
83
delete block; // Don't forget to free memory, when you don't need array any more
-```
84
+```
0 commit comments