added printf("testrig:main() has been called \n"); for testing linking

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@159 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.0
Frank Singleton, VK3FCS 2000-09-29 03:12:34 +00:00
rodzic 03e5f9a495
commit bdfd45473e
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -20,6 +20,8 @@ int main ()
* allocate memory, setup & open port
*/
printf("testrig:main() has been called \n");
my_rig = rig_init(RIG_MODEL_FT847);
if (!my_rig)
exit(1); /* whoops! something went wrong (mem alloc?) */