Jump to content

PCURVE: Difference between revisions

From EDM2
Created page with "Pointer to CURVE data structure. ==Example Code== typedef CURVE *PCURVE; Category:Data type"
 
Ak120 (talk | contribs)
 
Line 1: Line 1:
Pointer to CURVE data structure.  
Pointer to CURVE data structure.  


==Example Code==
  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;