loaders: Add SubIO().
commitaac23dd1d24763f03c109e751d0305fa08d38248
authorCyril Hrubis <metan@ucw.cz>
Sun, 16 Feb 2014 17:03:12 +0000 (16 18:03 +0100)
committerCyril Hrubis <metan@ucw.cz>
Sun, 16 Feb 2014 17:03:12 +0000 (16 18:03 +0100)
tree27dd0d78504102a9e32345d57714b53967770532
parentaf257881668f5639c0e0167e6674e34f979b9a18
loaders: Add SubIO().

SubIO is an interface to create an I/O (given a parent I/O) that is
restricted to a continuous I/O subinterval.

TODO: Docs + tests.

Signed-off-by: Cyril Hrubis <metan@ucw.cz>
include/loaders/GP_IO.h
libs/loaders/GP_IO.c