This website requires JavaScript.
Explore
Help
Register
Sign In
FreeDV
/
freedv-gui
mirror of
https://github.com/drowe67/freedv-gui.git
Watch
1
Star
0
Fork
You've already forked freedv-gui
0
Code
Issues
Releases
Wiki
Activity
master
freedv-gui
/
cmake
/
hamlib-test.c
9 lines
107 B
C
Raw
Permalink
Blame
History
#
include
<stdio.h>
#
include
<hamlib/rig.h>
int
main
(
)
{
printf
(
"
%s
"
,
hamlib_version
)
;
return
1
;
}
Reference in New Issue
View Git Blame
Copy Permalink