Files
mm/src/code/code_80183070.c
T
Derek Hensley db8f5f5ccc General Cleanup 2 (#1538)
* Cleanup

* Cleanup variables.h

* Cleanup fault headers

* Some includes/headers cleanup

* Libultra btn wrappers

* Mark differences to original libultra headers

* Remove duplicate include in fault

* format

* Update include/PR/os_voice.h

Co-authored-by: Tom Overton <tom-overton@users.noreply.github.com>

* align

---------

Co-authored-by: Tom Overton <tom-overton@users.noreply.github.com>
2024-01-28 21:27:50 -03:00

8 lines
99 B
C

#include "libc64/sleep.h"
void func_80183070(void) {
for (;;) {
msleep(1000);
}
}