void Qab_init()
Example:Qab_init();
The function Qab_init() must be called before Qaction_program(). However, once Qab_init has been called, Qaction_program() can be used repeatedly without another call to Qab_init().
int Qaction_program(char * qab_prog)
qab_prog;
Example:if (Qaction_program("REGIONS"))
{ ..
Qaction_program calls a QA Build program. The name in quotes may be in upper or lower case.
The return value is zero if the QA Build program was executed and non zero otherwise.
You may call Qaction_program any number of times in your C program. You may not call it from a C Exit.