home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_01_07 / 1n07054a < prev    next >
Text File  |  1990-11-07  |  383b  |  16 lines

  1.  
  2.  
  3. /**************************************************
  4. * DXDEF.H -- Definitions for DXSEND.C and DXRECV.C
  5. *
  6. *     Copyright 1990 Tom Jensen
  7. **************************************************/
  8.  
  9. #define BUFSIZE     128
  10. #define NAME_UNIQUE '#'
  11. #define DXPREFIX    "DATA EXCHANGE FILE="
  12. #define DXPFSIZE    19
  13. #define OKMSG       "DATA EXCHANGE OK"
  14. #define OKSIZE      16
  15.  
  16.