From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456 /* trigger __RTC_InitBase and __RTC_Shutdown ctor/dtor to run from rtc.dll and not have to do it from API_test.dll.*/void dummy_for_RTC(int i, ...) { return;}
/* trigger __RTC_InitBase and __RTC_Shutdown ctor/dtor to run from rtc.dll
and not have to do it from API_test.dll.
*/
void
dummy_for_RTC(
int
i, ...) {
return
;
}