ebml_float.h 165 B

123456
  1. #pragma once
  2. #include <bfc/platform/types.h>
  3. /* len is passed as uint64_t, but better be 8 or less! */
  4. double float_read_ptr_len(uint64_t len, const uint8_t *ptr);