Name: Anonymous 2009-04-04 21:44
offset / blocksize = blocks into the archive (rounded)
offset % blocksize = null bytes in the file
in c, do i have to do two math operations to get these (fmod?) or can i do one
or do i have to use some non-standard math operation
offset % blocksize = null bytes in the file
in c, do i have to do two math operations to get these (fmod?) or can i do one
or do i have to use some non-standard math operation