RTC
®
5 PC Interface Board
Rev. 1.9 e
6 Developing User Applications
68
innovators for industry
terminateDLL();
return;
}
void terminateDLL()
{
printf( "- Press any key to shut down \n" );
while( !kbhit() );
(void) getch();
printf( "\n" );
// Close the RTC5.DLL
free_rtc5_dll();
// only for explicitly linking:
// RTC5close();
}