21#ifndef BU_MAPPED_FILE_H
22#define BU_MAPPED_FILE_H
94#define BU_MAPPED_FILE_NULL ((struct bu_mapped_file *)0)
100#define BU_MAPPED_FILE_INIT_ZERO { NULL, NULL, 0, 0, NULL, NULL, 0, 0, 0, NULL }
Header file for the BRL-CAD common definitions.
void bu_free_mapped_files(int verbose)
void bu_close_mapped_file(struct bu_mapped_file *mp)
struct bu_mapped_file * bu_open_mapped_file(const char *name, const char *appl)
struct bu_mapped_file * bu_open_mapped_file_with_path(char *const *path, const char *name, const char *appl)
void bu_pr_mapped_file(const char *title, const struct bu_mapped_file *mp)