#ifndef soundfile_HEADER_ #define soundfile_HEADER_ int soundfile_load_stereo(const char *path, float **Lp, float **Rp); #endif