search for: dbg_csum

Displaying 1 result from an estimated 1 matches for "dbg_csum".

Did you mean: dbg_cksum
2003 May 16
4
[RFC] report options
...ng and verbosity should be considered separate issues. To facilitate using these two macros are created. Everywhere you have something like "if (verbose)" or "if (verbose >= n)" It would be replaced by something like "if (report(RPT_CREATE))" or "if (debug(1, DBG_CSUM))". That is correct, each subsection of code would have it's own debugging flag(s) and support up to 4(cumulative) levels of debugging. EXAMPLE To facilitate discussion, as well as to do unit testing i have created (attached) a simple example program. It has a small number of examples...