SYNOPSIS
#include <vips/vips.h>
IMAGE *im_mmapin(file_name)
char *file_name;
DESCRIPTION
im_mmapin(3) opens a file for input. It has been replaced by im_open( file_name, "r" ).RETURN VALUE
The function returns the image descriptor on success and NULL on error.COPYRIGHT
N. Dessipris
AUTHOR
N. Dessipris - 11/04/1990