#include "plibc_private.h"
Go to the source code of this file.
Functions | |
void * | _win_mmap (void *start, size_t len, int access, int flags, int fd, unsigned long long off) |
map files into memory | |
int | _win_munmap (void *start, size_t length) |
Unmap files from memory. |
Definition in file mmap.c.
|
map files into memory
|
|
Unmap files from memory.
|