irc-bot/poll.mli

6 lines
112 B
OCaml

type pollfd = {fd: int;
events: int;
revents: int}
external in : int = "poll_in"