#include "common.h"
#include <stdio.h>
#include <math.h>
#include "machine.h"
#include "bu.h"
Include dependency graph for printb.c:
Go to the source code of this file.
Functions | |
void | bu_vls_printb (struct bu_vls *vls, const char *s, register long unsigned int v, register const char *bits) |
void | bu_printb (const char *s, register long unsigned int v, register const char *bits) |
Definition in file printb.c.