The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678910 /* -*- c -*- * File: loadfile.h * Author: Igor Vlasenko <vlasenko@imath.kiev.ua> * Created: Thu Sep 8 17:16:48 2005 * * $Id$ */PSTRING mmap_load_file (const char* filepath);int mmap_unload_file (PSTRING memarea);
/* -*- c -*-
* File: loadfile.h
* Author: Igor Vlasenko <vlasenko@imath.kiev.ua>
* Created: Thu Sep 8 17:16:48 2005
*
* $Id$
*/
PSTRING mmap_load_file (
const
char
* filepath);
int
mmap_unload_file (PSTRING memarea);