#include "common.h"
#include <stdlib.h>
#include <stdio.h>
#include <strings.h>
#include "machine.h"
#include "bu.h"
Include dependency graph for brlcad_path.c:
Go to the source code of this file.
Functions | |
const char * | bu_getprogname (void) |
void | bu_setprogname (const char *path) |
char * | bu_brlcad_root (const char *rhs, int fail_quietly) |
Locate where the BRL-CAD applications and libraries are installed. | |
char * | bu_brlcad_data (const char *rhs, int fail_quietly) |
Locate where the BRL-CAD data resources are installed. | |
char * | bu_brlcad_path (const char *rhs, int fail_quietly) |
Michael John Muuss
Definition in file brlcad_path.c.