time_t rawtime; struct tm *info;time( &rawtime );info = localtime( &rawtime );printf("Current local time and date: %s", asctime(info));
qemu: fatal: Trying to execute code outside RAM or ROM at 0x05252ff4
© 2023 Groups.io