diff options
Diffstat (limited to 'Src/nsmkv/ebml_unsigned.h')
-rw-r--r-- | Src/nsmkv/ebml_unsigned.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Src/nsmkv/ebml_unsigned.h b/Src/nsmkv/ebml_unsigned.h new file mode 100644 index 00000000..5f15840d --- /dev/null +++ b/Src/nsmkv/ebml_unsigned.h @@ -0,0 +1,6 @@ +#pragma once + +#include <bfc/platform/types.h> + +/* len is passed as uint64_t, but better be 8 or less! */ +uint64_t unsigned_read_ptr_len(uint64_t len, const uint8_t *ptr);
\ No newline at end of file |