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