ev_close(S) 6 January 1993 ev_close(S) Name ev_close - close the event queue and all associated devices Syntax cc . . . -levent #include <sys/types.h> #include <sys/param.h> #include <sys/sysmacros.h> #include <sys/page.h> #include <sys/event.h> #include <mouse.h> int ev_close() Description evclose closes the event queue and any event devices currently open. This call takes no arguments. An event queue must have been opened previously with evinit and evopen. Diagnostics This routine returns a negative number to indicate an error. Making this call before obtaining an open event queue is an example of such an error. See also evblock(S), evcount(S), evflush(S), evgetdev(S), evgetemask(S), evgindev(S), evinit(S), evopen(S), evpop(S), evread(S), evresume(S), evsetemask(S), evsuspend(S) Standards conformance evclose is not part of any currently supported standard; it is an exten- sion of AT&T System V provided by the Santa Cruz Operation.