|
BurgerLib
|
#include "brdebug.h"#include "brsystem.h"#include "brmisc.h"#include "clstdlib.h"#include "pfprefs.h"#include "fmfile.h"#include "ststring.h"#include <stdarg.h>#include <stdio.h>#include <stdlib.h>
Functions | |
| void BURGER_API | SaveJunk (const void *AckPtr, Word32 Length) |
| void BURGER_API | PrintHexDigit (Word Val) |
| void BURGER_API | PrintHexByte (Word Val) |
| void BURGER_API | PrintHexShort (Word Val) |
| void BURGER_API | DebugXshort (short i) |
| void BURGER_API | PrintHexLongWord (Word32 Val) |
| void BURGER_API | DebugXShort (Word16 i) |
| void BURGER_API | DebugXlong (long i) |
| void BURGER_API | DebugXLongWord (Word32 i) |
| void BURGER_API | DebugXDouble (double i) |
| void BURGER_API | DebugXPointer (const void *p) |
| void BURGER_ANSIAPI | DebugXMessage (const char *String,...) |
Variables | |
| static Word | JunkCount = 1 |
| static char | SaveName [] = "8:Junk00000" |
| void BURGER_API DebugXDouble | ( | double | i | ) |
| void BURGER_API DebugXlong | ( | long | i | ) |
| void BURGER_ANSIAPI DebugXMessage | ( | const char * | String, |
| ... | |||
| ) |
| void BURGER_API DebugXPointer | ( | const void * | p | ) |
| void BURGER_API DebugXshort | ( | short | i | ) |
| void BURGER_API DebugXShort | ( | Word16 | i | ) |
| void BURGER_API PrintHexByte | ( | Word | Val | ) |
| void BURGER_API PrintHexDigit | ( | Word | Val | ) |
| void BURGER_API PrintHexLongWord | ( | Word32 | Val | ) |
| void BURGER_API PrintHexShort | ( | Word | Val | ) |
| void BURGER_API SaveJunk | ( | const void * | AckPtr, |
| Word32 | Length | ||
| ) |
char SaveName[] = "8:Junk00000" [static] |
1.8.0