home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 1 / FFMCD01.bin / bbs / libdisks / d700t799 / disk762.lha / PlotMap / source.lha / ARexx.c next >
Encoding:
C/C++ Source or Header  |  1992-10-09  |  219 b   |  21 lines

  1. /* handle ARexx port (PlotMap) */
  2.  
  3. #include "PlotMap.h"
  4.  
  5. /********** externals **********/
  6.  
  7. extern BOOL ende;
  8.  
  9. /********** Variablen, Daten **********/
  10.  
  11.  
  12. /********** Routinen **********/
  13.  
  14.  
  15.  
  16. void handleARexx(void)
  17. {
  18.  
  19. }
  20.  
  21.