"Fossies" - the Fresh Open Source Software Archive

Member "HTTPing-2.9/io.h" (29 Oct 2022, 358 Bytes) of package /linux/www/HTTPing-2.9.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "io.h" see the Fossies "Dox" file reference documentation.

    1 /* Released under AGPL v3 with exception for the OpenSSL library. See license.txt */
    2 
    3 ssize_t read_to(int fd, char *whereto, size_t len, double timeout);
    4 ssize_t myread(int fd, char *whereto, size_t len, double timeout);
    5 ssize_t mywrite(int fd, const char *wherefrom, size_t len, double timeout);
    6 int set_fd_nonblocking(int fd);
    7 int set_fd_blocking(int fd);