TRACE man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

TRACE(3)			Allegro manual			      TRACE(3)

NAME
       TRACE - Debugging helper macro to trace messages. Allegro game programā€
       ming library.

SYNOPSIS
       #include <allegro.h>

       void TRACE(char *msg, ...);

DESCRIPTION
       Debugging helper macro. Normally compiles away to nothing, but  if  you
       defined	the  preprocessor  symbol  DEBUGMODE  before including Allegro
       headers, it passes the  supplied	 message  given	 in  ASCII  format  to
       al_trace().  Example:

	  #define DEBUGMODE
	  #include
	  ...
	  void my_blitter(BITMAP *source, int flags)
	  {
	     static int count_call = 0;
	     TRACE("my_blitter() called %d times.\n", count_call++);
	     ...
	  }

SEE ALSO
       al_trace(3), ASSERT(3), register_trace_handler(3)

Allegro				 version 4.4.2			      TRACE(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net