home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GERLIB_DEV08B.LHA / gerlib / amiga_lib / support / GetErrorMod.c < prev    next >
Encoding:
Text File  |  1993-12-12  |  260 b   |  16 lines

  1. /* Wenn dieses Programm mit libamiga.a gelinkt wird, sieht man, welche
  2.    module ersetzt werden müssen */
  3.  
  4. unsigned long CxBase;
  5. unsigned long IconBase;
  6.  
  7. main(){
  8. return;
  9. /*ArgArrayInit();*/
  10. InvertString();
  11. }
  12.  
  13. unsigned long CxBase=0;
  14. unsigned long IconBase=0;
  15.  
  16.