irc-bot/poll.mli

6 lines
112 B
OCaml
Raw Normal View History

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