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