aboutsummaryrefslogtreecommitdiffstats
path: root/tools/seek_print.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: Fix apparent merge failureAlex Smith2013-09-211-2/+0
|
* Replace all occurrences of PRI in sscanf() calls with SCNJames Almer2013-04-101-1/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* tools: add seek_print.Nicolas George2013-02-241-0/+107
Useful for testing seek implementations.