view src/sox-test.c @ 4537:5bd49b8168a2

gdb: update to v8.0.1 * src/gdb.mk: update version, checksum
author John D
date Fri, 17 Nov 2017 12:55:19 -0500
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);
}