home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / OTL-MC6.DMS / in.adf / incl.lha / INCLUDE / linkerfunc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-15  |  370 b   |  20 lines

  1.  
  2. // Prototypen für Maxon C++ Linker-Spezialfunktionen
  3. // Jens Gelhar 09.06.92
  4.  
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8.  
  9. void InitModules();     // _INIT_-Funktionen aufrufen
  10. void CleanupModules();  // _EXIT_-Funktionen
  11.  // gibt's nur bei Linken ohne Startup-Code!
  12.  
  13. void GetBaseReg();      // lädt Register A4
  14.  // Nur sinnvoll bei Small Data
  15.  
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19.  
  20.