home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
as_1
/
source_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
C/C++ Source or Header
|
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