Function:zs2debug

From S2PLOT

(Difference between revisions)
Jump to: navigation, search
Revision as of 22:20, 6 January 2009
S2plot admin (Talk | contribs)

← Previous diff
Revision as of 23:15, 6 January 2009
S2plot admin (Talk | contribs)

Next diff →
Line 1: Line 1:
==zs2debug== ==zs2debug==
 +Set debugging on or off.
==Prototype== ==Prototype==
<code><pre> <code><pre>
 +void zs2debug(int debug);
</pre></code> </pre></code>
==Description== ==Description==
 +Set debugging on or off.
==See Also== ==See Also==

Revision as of 23:15, 6 January 2009

zs2debug

Set debugging on or off.

Prototype

void zs2debug(int debug);

Description

Set debugging on or off.

See Also

Code Example

Back to S2PLOT function list.




Back to template page.