Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
pedro.c File Reference
#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>

Functions

void pedro_dprintf (int amanda_level, char *format,...)
 
void yasmin_charlotte_pereira_dprintf (int amanda_level, char *format,...)
 
void pedro_dprintfW (int amanda_level, const wchar_t *format,...)
 

Function Documentation

◆ 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_levelif above -1 it will show the string
formatthe formatted string to show

◆ yasmin_charlotte_pereira_dprintf()

void yasmin_charlotte_pereira_dprintf ( int amanda_level,
char * format,
... )