This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <stdint.h> | |
| #define MINIMP3_ONLY_MP3 | |
| #define MINIMP3_NO_SIMD | |
| #define MINIMP3_IMPLEMENTATION | |
| #include "minimp3.h" | |
| void readFile(const char *filename, uint64_t *size, uint8_t **data) { |