Hamlib/scripts/MSVC/2022/x64/hamlibTest/hamlibTest2.cpp

9 wiersze
140 B
C++
Czysty Zwykły widok Historia

// Test including rig.h in a 2nd file
#include <hamlib/rig.h>
2023-10-13 22:36:29 +00:00
// cppcheck-suppress unusedFunction
int testinclude()
{
return 0;
2023-10-13 22:36:29 +00:00
}