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