code vault - dbgprintfWhat links here?

Code



  1. define _WIN32_IE 0x0400
  2. include <windows.h>
  3. include <windowsx.h>
  4. include <commctrl.h>


  1. include <string.h>
  2. include <stdarg.h>


  1. include <stdio.h>


//############################################################################## // print with format to debug window //##############################################################################

void dbgprintf(char *format,...) { va_list arg_ptr; char buffer[400];

va_start(arg_ptr, format); vsprintf(buffer, format, arg_ptr); va_end(arg_ptr); OutputDebugString(buffer); }
code vault - dbgprintf
programming - C - function isdigit
programming:c:function islower
programming - Free Pascal
programming - pascal - procedure - delete
microprocessors - microchip pics - programming interface
filename:code vault - dbgprintf
filename:code%20vault%20%2D%20dbgprintf
last edit:March 26 2009 20:01:12 (6282 days ago)
ct = 1780878368.000000 = June 07 2026 20:26:08
ft = 1238112072.000000 = March 26 2009 20:01:12
dt = 542766296.000000