home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
Emulatoren
/
FS_FRO23.LZX
/
Frodo
/
src
/
SAM.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1996-01-30
|
217 b
|
14 lines
/*
* SAM.h - Simple Assembler and Monitor With Integrated System Explorer
*
* Copyright (C) 1994-1996 by Christian Bauer
*/
#ifndef SAM_H
#define SAM_H
// Exportierte Funktionen
extern void SAM(void);
#endif