#include <oskit/io/blkio.h>OSKIT_COMDECL oskit_blkio_getsize(oskit_blkio_t *f, [out] oskit_off_t *out_size);
This method returns the current size of this object in bytes.
- f
- The object whose size is desired.
- out_size
- The current size in bytes of this object. Must be a multiple of the object's block size.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.