Fortraneries/SoundBrotching/c-tools/support.h
2022-03-31 22:14:11 +02:00

14 lines
269 B
C

/*
* C SUPPORT FUNCTIONS
*/
#define BUFFER_SIZE 8192
/* --------------------------------------------------------- */
int display_sf_info(SF_INFO *psf, char *text);
void print_version(char *title);
/* --------------------------------------------------------- */