splinter_event_bus_close Splinter API Reference

The purpose of splinter_event_bus_close is to close a fd previously obtained from splinter_event_bus_open.

Forward Declaration & Use

void splinter_event_bus_close(int fd) <splinter.h>

int fd = splinter_event_bus_open();
/* ... */
splinter_event_bus_close(fd);

Return & Rationale

Return Behavior: This function returns no value (void).

Errno Behavior: None.

Rationale (Or None): None

See Also

Relevant Symbols (Or None): splinter_event_bus_open, splinter_event_bus_wait