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 isprint
programming - HTML5 - canvas
programming - Free Pascal
programming - pascal - procedure - delete
microprocessors - microchip pics - programming interface
programming:c:function fgetc
programming - algorithms - 3D - Rotation
programming:c:function ferror
programming - target - linux
programming cgi
programming - windows - message path
programming:c:function strcat
programming - pascal - procedure - str
programming - C - function ftell
programming - algorithms - graph drawing
programming - embedded mozilla
programming:c:function strtok
filename:code vault - dbgprintf
filename:code%20vault%20%2D%20dbgprintf
last edit:March 26 2009 20:01:12 (6346 days ago)
ct = 1786425788.000000 = August 11 2026 01:23:08
ft = 1238112072.000000 = March 26 2009 20:01:12
dt = 548313716.000000