BRL-CAD
|
#include "common.h"
#include <sys/types.h>
#include <stddef.h>
#include "bu/defines.h"
#include "bu/list.h"
Go to the source code of this file.
Data Structures | |
struct | bu_mapped_file |
Macros | |
#define | BU_MAPPED_FILE_NULL ((struct bu_mapped_file *)0) |
#define | BU_MAPPED_FILE_INIT_ZERO { NULL, NULL, 0, 0, NULL, NULL, 0, 0, 0, NULL } |
Typedefs | |
typedef struct bu_mapped_file | bu_mapped_file_t |
Functions | |
struct bu_mapped_file * | bu_open_mapped_file (const char *name, const char *appl) |
void | bu_close_mapped_file (struct bu_mapped_file *mp) |
void | bu_pr_mapped_file (const char *title, const struct bu_mapped_file *mp) |
void | bu_free_mapped_files (int verbose) |
struct bu_mapped_file * | bu_open_mapped_file_with_path (char *const *path, const char *name, const char *appl) |