Fortraneries/SoundBrotching/support.h

14 lines
269 B
C
Raw Normal View History

2022-02-07 23:17:22 +01:00
/*
* C SUPPORT FUNCTIONS
*/
#define BUFFER_SIZE 8192
/* --------------------------------------------------------- */
int display_sf_info(SF_INFO *psf, char *text);
void print_version(char *title);
/* --------------------------------------------------------- */