summaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Collapse)AuthorAge
* util.h: off by one in region endJari Vetoniemi2018-10-22
|
* Split for_each_line_in_file and make more genericJari Vetoniemi2018-10-22
|
* util.h: make step constJari Vetoniemi2018-10-21
|
* Make for_each_line_in_file work with non \n stuffJari Vetoniemi2018-10-21
|
* Refactor io utils, add *-address-rw toolsJari Vetoniemi2018-10-21
| | | | | | | Namespace io_ stuff into mem_io_ to be less likely to collision with anything else. Add io-stream utility for working with streams instead of direct buffers. Add address-rw tools for simple memory read/write, where regions aren't needed.
* Split region reading to util.hJari Vetoniemi2018-10-20