bms_seek()
unsigned int bms_seek(bms *bms, unsigned int offset, unsigned char whence);
Description
seek to offset
Input
- bms (bms *) bms struct
- offset (unsigned int) data
- whence (unsigned char)
Returns
- (unsigned int) result
Description
seek to offset
Input
Returns