1 2 3 4 5 6 7 8
#include "libc64/sleep.h" #include "attributes.h" NORETURN void func_80183070(void) { for (;;) { msleep(1000); } }