Change clearerr prototype; Automatically flush the device on close.
[bertos.git] / bertos / io / kblock_file.c
2010-07-30 battAdd support for devices which can partial write a block.
2010-07-05 battUpdate to latest KBlock low level API.
2010-07-03 battSet cache_dirty flag to be a bitmask; add accessors...
2010-07-03 battUpdate in order to use the new KBlock API.
2010-07-01 battAdd kblock over a file (using libc functions).