#include "trminate.h"
#include <iostream.h>

#ifndef __BCPLUSPLUS__
void terminate(void) {
   cout << "!!! Application terminated !!!" << endl;
}
#endif
