PCURVE: Difference between revisions
Appearance
Created page with "Pointer to CURVE data structure. ==Example Code== typedef CURVE *PCURVE; Category:Data type" |
|||
Line 1: | Line 1: | ||
Pointer to CURVE data structure. | Pointer to CURVE data structure. | ||
typedef CURVE *PCURVE; | typedef CURVE *PCURVE; | ||
[[Category:Data type]] | [[Category:Data type]] |
Latest revision as of 10:01, 5 April 2025
Pointer to CURVE data structure.
typedef CURVE *PCURVE;