We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc40d0a commit 1caef90Copy full SHA for 1caef90
examples/alsa.c
@@ -3,8 +3,6 @@
3
static char *device = "default"; /* playback device */
4
unsigned char buffer[16*1024]; /* some random data */
5
6
-extern int initialize_asound();
7
-
8
int main(void)
9
{
10
if (initialize_asound()) {
0 commit comments