1 2 3 4 5 6 7 8 9
#include <poll.h> #include <stdio.h> // TODO int poll(struct pollfd *__fds, nfds_t __nfds, int __timeout) { unimplemented(); return 0; }