mxe/src/sox-test.c

16 lines
206 B
C
Raw Normal View History

/*
* This file is part of MXE.
* See index.html for further information.
*/
2012-05-02 10:59:51 +01:00
#include <sox.h>
int main(int argc, char *argv[])
{
(void)argc;
(void)argv;
2012-05-02 10:59:51 +01:00
sox_format_init();
return(0);
}