Browse Source

Update documentation

tags/v0.6.1
Andrew Belt 6 years ago
parent
commit
fd62c77d0d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/util/common.hpp

+ 1
- 1
include/util/common.hpp View File

@@ -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.
*/


Loading…
Cancel
Save