home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: linkerfunc.h 10.1 (19.7.95)
- ** Includes Release 40.15
- **
- ** Prototypen für Linker-Spezialfunktionen
- **
- ** (C) Copyright 1995 Haage & Partner
- ** All Rights Reserved
- */
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- void InitModules(); // _INIT_-Funktionen aufrufen
- void CleanupModules(); // _EXIT_-Funktionen
- // gibt's nur bei Linken ohne Startup-Code!
-
- void GetBaseReg(); // lädt Register A4
- // Nur sinnvoll bei Small Data
-
- #ifdef __cplusplus
- }
- #endif
-
-