mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
66760a68e1
* +portaudio.com * Make macos only * use `install -D` instead of `cp+mkdir`. * /include, maybe? --------- Co-authored-by: James Reynolds <magnsuviri@me.com> Co-authored-by: Jacob Heider <jacob@pkgx.dev>
6 lines
105 B
C
6 lines
105 B
C
#include <stdio.h>
|
|
#include "portaudio.h"
|
|
int main()
|
|
{
|
|
printf("%s",Pa_GetVersionInfo()->versionText);
|
|
} |