home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Emulatoren / FS_FRO23.LZX / Frodo / src / SAM.h < prev   
Encoding:
C/C++ Source or Header  |  1996-01-30  |  217 b   |  14 lines

  1. /*
  2.  *  SAM.h - Simple Assembler and Monitor With Integrated System Explorer
  3.  *
  4.  *  Copyright (C) 1994-1996 by Christian Bauer
  5.  */
  6.  
  7. #ifndef SAM_H
  8. #define SAM_H
  9.  
  10. // Exportierte Funktionen
  11. extern void SAM(void);
  12.  
  13. #endif
  14.