home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
c
/
xw2.000
/
xw2
/
xw
/
applications
/
bidirectional
/
move.c
< prev
next >
Encoding:
Amiga
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
|
1994-12-17
|
226 b
|
17 lines
#include "stdlib.h"
#include "stdio.h"
#define MFX_INIT 1
#include "movemfx.h"
#include "xbmfx.c"
#include "movemfx.c"
main(){
ReadMFXGroup_mfi(0,0);
mfo.A = mfi.A;
mfo.B = mfi.B;
WriteMFXGroup_mfo(0,0,0);
};