Tagged Questions

2
votes
3answers
678 views

Question about file seeking position

My previous Question is about raw data reading and writing, but a new problem arised, it seems there is no ending.... The question is: the parameters of the functions like lseek() or fseek() are all ...
1
vote
1answer
308 views

fseek char linux device

I'm trying to write a simple char device for linux, I need to read and write the device by fread/fwrite and use fopen and fseek. I've written a simple test program to use my device and I've noted that ...