diff --git a/include/util/common.hpp b/include/util/common.hpp index b734a01c..addc926f 100644 --- a/include/util/common.hpp +++ b/include/util/common.hpp @@ -63,7 +63,7 @@ to your Makefile and declare at the root of a .c or .cpp source file. Note that special characters are replaced with "_". Then use BINARY_START(Test_dat) BINARY_END(Test_dat) -to reference the data as a char array and +to reference the data beginning and end as a void* array, and BINARY_SIZE(Test_dat) to get its size in bytes. */