WO015
- Last UpdatedMay 12, 2023
- 1 minute read
Name
WO015 - AutoNest Interface routine - Cleanup
Purpose
The procedure performs the necessary cleanup of local interface data structures.
Declaration
void wo015 ( void); INPUT:
Result
None.
/
/*
External declarations
*/
extern "C"
{
#if !defined TBLAYOUTPLUGIN_API #define TBLAYOUTPLUGIN_API
#endif
/*
**********************************************************************
Main procedure - wo015
**********************************************************************
*/
#ifdef WIN32 TBLAYOUTPLUGIN_API
#endif
void wo015 ( void)
{
}
}