[project @ 2005-10-20 15:08:35 by ross]
[haskell-directory.git] / cbits / selectUtils.c
1
2 #include "HsBase.h"
3 void hsFD_ZERO(fd_set *fds) { FD_ZERO(fds); }