Function:s2help
From S2PLOT
(Difference between revisions)
Revision as of 22:14, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 22:32, 6 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 3: | Line 3: | ||
==Prototype== | ==Prototype== | ||
- | <code><pre> | + | <code> |
+ | void s2help(char *helpstr); | ||
</pre></code> | </pre></code> | ||
==Description== | ==Description== | ||
+ | Set the custom help string. | ||
==See Also== | ==See Also== |
Revision as of 22:32, 6 January 2009
s2help
Prototype
void s2help(char *helpstr);
</pre>
Description
Set the custom help string.
See Also
Code Example
Back to S2PLOT function list.
Back to template page.