iofd.c File Reference

Go to the source code of this file.

Typedefs

typedef struct io_fd_s io_fd_t

Functions

int io_fd_get_d (io_t *io)
int io_fd_create (int fd, int flags, io_t **pio)

Typedef Documentation

typedef struct io_fd_s io_fd_t

Definition at line 27 of file iofd.c.


Function Documentation

int io_fd_create ( int  fd,
int  flags,
io_t **  pio 
)

Definition at line 136 of file iofd.c.

int io_fd_get_d ( io_t io  ) 

Definition at line 125 of file iofd.c.