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:
C/C++ Source or Header  |  1994-12-17  |  226 b   |  17 lines

  1.  
  2. #include "stdlib.h"
  3. #include "stdio.h"
  4.  
  5. #define  MFX_INIT 1
  6. #include "movemfx.h"
  7. #include "xbmfx.c"
  8. #include "movemfx.c"
  9.  
  10. main(){
  11.   ReadMFXGroup_mfi(0,0);
  12.   mfo.A = mfi.A;
  13.   mfo.B = mfi.B;
  14.   WriteMFXGroup_mfo(0,0,0);
  15.   };
  16.  
  17.