winamp/Src/nsmkv/ebml_signed.h

5 lines
166 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#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);