#include <windows.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#include <fcntl.h>
#include <ctype.h>
#include <math.h>
#include <wctype.h>
#include <wchar.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <locale.h>
#include <signal.h>
#include <limits.h>
#include <float.h>
#include <iso646.h>
#include <assert.h>
#include <stdbool.h>
#include <process.h>
◆ pedro_dprintf()
void pedro_dprintf |
( |
int | amanda_level, |
|
|
char * | format, |
|
|
| ... ) |
◆ pedro_dprintfW()
void pedro_dprintfW |
( |
int | amanda_level, |
|
|
const wchar_t * | format, |
|
|
| ... ) |
Function to send a formatted string to OutputDebugString as a wide string that can be captured by DebugView or the installed debugger
- Parameters
-
amanda_level | if above -1 it will show the string |
format | the formatted string to show |