Hi,
I am reading an 256 words of an hard disk drive and storing it in an array 256 volatile shorts and now i want to write the same 256 words starting from 0 to the fourth sector.
i want to know how to pass this array to a function.
Regards,
Ravi
I am reading an 256 words of an hard disk drive and storing it in an array 256 volatile shorts and now i want to write the same 256 words starting from 0 to the fourth sector.
i want to know how to pass this array to a function.
Regards,
Ravi
Comment