#include <mpcdec/mpcdec.h>
Go to the source code of this file.
Functions | |
void | mpc_reader_setup_file_reader (mpc_reader_file *p_reader, FILE *input) |
Definition in file mpc_reader.c.
|
Initializes reader with default stdio file reader implementation. Use this if you're just reading from a plain file.
Definition at line 82 of file mpc_reader.c. |