#include "libopenmpt.h"
#include <limits.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
§ openmpt_stream_file_read_func()
static size_t openmpt_stream_file_read_func |
( |
void * |
stream, |
|
|
void * |
dst, |
|
|
size_t |
bytes |
|
) |
| |
|
static |
§ openmpt_stream_file_seek_func()
static int openmpt_stream_file_seek_func |
( |
void * |
stream, |
|
|
int64_t |
offset, |
|
|
int |
whence |
|
) |
| |
|
static |
§ openmpt_stream_file_tell_func()
static int64_t openmpt_stream_file_tell_func |
( |
void * |
stream | ) |
|
|
static |
§ openmpt_stream_get_file_callbacks()