7 lines
114 B
C
7 lines
114 B
C
22 years ago
|
#include "io_internal.h"
|
||
|
|
||
|
void io_finishandshutdown(void) {
|
||
|
array_reset(&io_fds);
|
||
|
array_reset(&io_pollfds);
|
||
|
}
|