WO109
- Last UpdatedMay 13, 2023
- 1 minute read
Name
WO109 - AutoSeq Interface routine - Get Number of Starts
Purpose
The procedure gets the number of starts.
Declaration
int wo109( void); INPUT:
Result
The number of nested starts is returned.
- */
/*
External declarations
*/
extern "C"
{
#if !defined TBLSEQUENCEPLUGIN_API #define TBSEQUENCEPLUGIN_API
#endif
/*
*************************************************************
Main procedure - wo109
*************************************************************
*/
#ifdef WIN32 TBSEQUENCEPLUGIN_API
#endif
int wo109( void)
{
return 0;
}
}