table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 0.34-2.1
 - Leap-16.0
 
| mmap_unmap(3) | Library Functions Manual | mmap_unmap(3) | 
NAME¶
mmap_unmap - unmap an existing memory mapping
SYNTAX¶
#include <libowfat/mmap.h>
int mmap_unmap(char* mapped,size_t maplen);
DESCRIPTION¶
mmap_unmap removes a memory mapping established by mmap_read, mmap_private or mmap_shared.