#include <stdlib.h>#include <io.h>#include <dos.h>#include <math.h>#include <stdio.h>#include <assert.h>#include <ctype.h>#include "misc.h"Go to the source code of this file.
Functions | |
| char * | ProgressBar (float v, float min, float max) |
| Generate a text-mode progress bar. | |
| void | HexDump (void *mem, unsigned length) |
| Generates a nice hexdump of a memory area. | |
| void * | loadfile (char *fn, unsigned *len) |
| Load a file from disk. | |
|
||||||||||||
|
Generates a nice hexdump of a memory area. This function is most useful for debugging.
Definition at line 63 of file misc.cpp. References src. |
|
||||||||||||
|
Load a file from disk.
|
|
||||||||||||||||
|
Generate a text-mode progress bar.
|
1.2.16