view src/sox-test.c @ 4627:1cd7d7fd437a

of-control: update to v3.1.0 * build_packages.m: update control version to 3.1.0 * src/of-control.mk: update version/checksum, subdir
author John Donoghue
date Tue, 13 Mar 2018 12:39:11 -0400
parents 110883446649
children
line wrap: on
line source

/*
 * This file is part of MXE.
 * See index.html for further information.
 */

#include <sox.h>

int main(int argc, char *argv[])
{
    (void)argc;
    (void)argv;

    sox_format_init();
    return(0);
}