I am looking for the equivalent methods (in FreeBSD & Linux) of the following WinAPI:
CreateFile(); or OpenFile();
CreateFileMapping();
MapViewOfFile();
How about these ?
open(2)
/ creat(2)
shm_open
mmap
Not completely equivalent but should get you started.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With