Function Prototyping
Each Creo TOOLKIT function has an ANSI function prototype. (The C compilers on platforms supported by Creo TOOLKIT provide at least the option of function prototype checking.) All function prototypes for a particular Creo TOOLKIT object reside in a header file named for that object. For example, the prototype for function ProEdgeLengthEval() is located in the header file ProEdge.h.
|
Note:
|
PTC strongly recommends that you use prototyping. Make sure you include the appropriate header files in your Creo TOOLKIT application.
|