mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
6 lines
105 B
C
6 lines
105 B
C
|
#include <stdio.h>
|
||
|
#include "portaudio.h"
|
||
|
int main()
|
||
|
{
|
||
|
printf("%s",Pa_GetVersionInfo()->versionText);
|
||
|
}
|