#include "common.h"
#include <stdio.h>
#include "machine.h"
#include "bu.h"
Include dependency graph for badmagic.c:

Go to the source code of this file.
Functions | |
| void | bu_badmagic (const long int *ptr, unsigned long int magic, const char *str, const char *file, int line) |
| Support routine for BU_CKMAG macro. | |
Routines involved with handling "magic numbers" used to identify various in-memory data structures.
Michael John Muuss
Definition in file badmagic.c.
1.4.6