#include "common.h"
#include <stdio.h>
#include <strings.h>
#include "machine.h"
#include "vmath.h"
#include "db.h"
#include "raytrace.h"
#include "./debug.h"
Include dependency graph for db_scan.c:
Go to the source code of this file.
Defines | |
#define | DEBUG_PR(aaa, rrr) |
Functions | |
int | db_scan (register struct db_i *dbip, int(*handler)(struct db_i *, const char *, long int, int, int, genptr_t), int do_old_matter, genptr_t client_data) |
int | db_update_ident (struct db_i *dbip, const char *new_title, double local2mm) |
int | db_fwrite_ident (FILE *fp, const char *title, double local2mm) |
void | db_conversions (struct db_i *dbip, int local) |
int | db_v4_get_units_code (const char *str) |
Author - Michael John Muuss
Source - The U. S. Army Research Laboratory Aberdeen Proving Ground, Maryland 21005-5068 USA
Definition in file db_scan.c.