mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* questions about system function: mmap / fwrite
@ 2005-05-20  9:14 sylvanino b
  2005-05-20  9:35 ` Helge Hafting
  0 siblings, 1 reply; 2+ messages in thread
From: sylvanino b @ 2005-05-20  9:14 UTC (permalink / raw)
  To: linux-kernel

Hello,

I have a question about ways of accessing a file. 

I know it is possible to use: fseek + fwrite/fread to access a file.
and It is also possible to map file in memory with  "mmap" function,
and access it by adressing memory.

Currently I use the frame buffer of  mobile phones with mmap function.
For my understanding, I would like to know what is the difference
between using fseek+fwrite compared to mmap style.
Dont hesitate to be precise or to use technical terms.

Thanks you,

Sylvanino

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-20  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-20  9:14 questions about system function: mmap / fwrite sylvanino b
2005-05-20  9:35 ` Helge Hafting

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome