kopia lustrzana https://github.com/Hamlib/Hamlib
7 wiersze
101 B
C++
7 wiersze
101 B
C++
![]() |
// Test including rig.h in a 2nd file
|
||
|
#include <hamlib/rig.h>
|
||
|
|
||
|
int testinclude()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|