LIBRARY EXPORTS ;cat include/stb_vorbis/stb_vorbis.c | grep '^extern' | grep -E -o 'stb_vorbis_.*\(' | sed 's/ *(//' | sed 's/.* //g' | sed 's/(//g' stb_vorbis_get_info stb_vorbis_get_comment stb_vorbis_get_error stb_vorbis_close stb_vorbis_get_sample_offset stb_vorbis_get_file_offset stb_vorbis_open_pushdata stb_vorbis_decode_frame_pushdata stb_vorbis_flush_pushdata ;stb_vorbis_decode_filename ;stb_vorbis_decode_memory ;stb_vorbis_open_memory ;stb_vorbis_open_filename ;stb_vorbis_open_file ;stb_vorbis_open_file_section ;stb_vorbis_seek_frame ;stb_vorbis_seek ;stb_vorbis_seek_start ;stb_vorbis_stream_length_in_samples ;stb_vorbis_stream_length_in_seconds ;stb_vorbis_get_frame_float ;stb_vorbis_get_frame_short_interleaved ;stb_vorbis_get_frame_short ;stb_vorbis_get_samples_float_interleaved ;stb_vorbis_get_samples_float ;stb_vorbis_get_samples_short_interleaved ;stb_vorbis_get_samples_short