6 lines
66 B
C
6 lines
66 B
C
22 years ago
|
#include "io_internal.h"
|
||
|
|
||
|
void io_check() {
|
||
|
io_waituntil2(0);
|
||
|
}
|