1 line
75 B
C++
1 line
75 B
C++
#include <stdio.h>
|
|
main()
|
|
{
|
|
FILE *f;
|
|
f=popen("sndserver -quiet", "w");
|
|
}
|