mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
5 lines
No EOL
166 B
C
5 lines
No EOL
166 B
C
#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); |