home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 1
/
ARM_CLUB_CD.iso
/
contents
/
apps
/
program
/
a
/
as1_23
/
source
/
h
/
put
< 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
|
237 b
|
20 lines
/*
* put.h
* Copyright © 1992 Niklas Röjemo
*/
#ifndef _put_h
#define _put_h
#ifndef _global_h
#include "global.h"
#endif
void putData(int size, WORD data);
void putDataFloat(int size, FLOAT data);
void putIns(WORD ins);
#endif