summaryrefslogtreecommitdiffstats
path: root/src/lib/hexdump.c
Commit message (Expand)AuthorAgeFilesLines
* lib/hexdump: Use `size_t` for length parameter of `hexdump32()`Paul Menzel2014-05-051-1/+1
* lib/hexdump.c: Indent with tabs instead of spaces and remove empty linesPaul Menzel2014-05-051-31/+31
* Move hexdump32() to lib/hexdump.Kyösti Mälkki2014-02-111-0/+16
* lib/hexdump: Take const void * and size_t as argumentsAlexandru Gagniuc2014-01-141-2/+2
* Add simple hexdump functionStefan Reinauer2013-12-211-0/+65