libowfat/io/io_wait.c

6 lines
66 B
C

#include "io_internal.h"
void io_wait() {
io_waituntil2(-1);
}