libowfat/io/io_wait.c

6 lines
66 B
C
Raw Normal View History

2003-09-02 00:14:04 +00:00
#include "io_internal.h"
void io_wait() {
io_waituntil2(-1);
2003-09-02 00:14:04 +00:00
}