To prevent that I have to write the same code over en over again,
and to prevent that I have to fix the same code in zillions of programs,
I started this library.
Might have usefull code for ohers too.
Like the 'READ' and 'WRITE' functions: quiet a few applications are not
handling read/write the correct way. For example: read/write can come
back with less bytes read/written then requested or nothing at all (in
case of a error == EINTR). My READ/WRITE functions take care of all of
that.
Oh, and let's not forget the 'phantom_write' function which automatically
creates phantom blocks will writing data! (gives more diskspace)