mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2025-01-06 12:55:38 +00:00
13 lines
220 B
C
13 lines
220 B
C
|
/*
|
||
|
* Copyright (c) 2015 Andrew Kelley
|
||
|
*
|
||
|
* This file is part of libsoundio, which is MIT licensed.
|
||
|
* See http://opensource.org/licenses/MIT
|
||
|
*/
|
||
|
|
||
|
#include "soundio.h"
|
||
|
|
||
|
int main(int argc, char **argv) {
|
||
|
return 0;
|
||
|
}
|