view src/sox-test.c @ 4176:a543952ed731

set usermodelappid for octave-gui shortcut (Bug #47527) * tools/makeinst-script.sh.in: use win7appid to set appid of gnu.octave on shortcut.
author John Donoghue
date Wed, 20 Jul 2016 08:19:39 -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);
}