libInit.cc
author Claus Gittinger <cg@exept.de>
Thu, 09 Jun 2016 12:32:55 +0200
changeset 1436 6d0ae1c7a22b
parent 1144 5885a547ba87
child 1449 2f805a29813f
child 1499 26a16a04219b
permissions -rw-r--r--
initial checkin

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: exept_regression.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#endif

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libexept_regression_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libexept_regression_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libexept_regression_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libexept_regression__DFN", _libexept_regression_InitDefinition, "exept:regression");
_exept_137regression_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libexept_regression_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libexept_regression", _libexept_regression_Init, "exept:regression");
_exept_137regression_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}