Woolz Image Processing Version 1.4.0
AlgDebug

Files

file  AlgDebug.c
 

Provides debug output.


Functions

AlgError AlgDbgWrite (char *fmt,...)
 Writes out the given debug message to the debug file.

Function Documentation

AlgError AlgDbgWrite ( char *  fmt,
  ... 
)

Writes out the given debug message to the debug file.

Returns:
Non zero if fails to output given message.
Note:
Uses global void *algDbgData to hold debug output file.
Parameters:
fmt,:Format for printing message.
...Varargs function.

References ALG_ERR_NONE, and algDbgData.