mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
7 lines
101 B
C++
7 lines
101 B
C++
|
|
// Test including rig.h in a 2nd file
|
||
|
|
#include <hamlib/rig.h>
|
||
|
|
|
||
|
|
int testinclude()
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|