io: allow slurping files with a given size
[libjh.git] / io.c
2013-08-19 Jann Hornio: allow slurping files with a given size
2013-07-27 Jann Hornfix file IO: void* instead of char*
2013-06-22 Jann Hornfix for write_file: always add O_WRONLY
2013-06-21 Jann Hornslurp_fd: add flag for creating 8-nullbytes-padded...
2013-06-18 Jann Hornadd mmap_file
2013-06-18 Jann Hornfix: use O_CLOEXEC to prevent fds from leaking through...
2013-06-16 Jann Hornadd license and copyright stuff
2013-06-16 Jann Horninitial commit