mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-28 04:40:47 +01:00
6 lines
165 B
C
6 lines
165 B
C
#pragma once
|
|
|
|
#include <bfc/platform/types.h>
|
|
|
|
/* len is passed as uint64_t, but better be 8 or less! */
|
|
double float_read_ptr_len(uint64_t len, const uint8_t *ptr); |