home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
APDL Public Domain 1
/
APDL_PD1A.iso
/
program
/
assembler
/
as
/
src
/
h
/
decode
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-20
|
149 b
|
15 lines
/*
* decode.h
* Copyright © 1992 Niklas Röjemo
*/
#ifndef _decode_h
#define _decode_h
#include "symbol.h"
int decode(Symbol *symbol);
#endif