home *** CD-ROM | disk | FTP | other *** search
-
- // Prototypen für Maxon C++ Linker-Spezialfunktionen
- // Jens Gelhar 09.06.92
-
- #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
-
-