home *** CD-ROM | disk | FTP | other *** search
/ Computer Panoráma / computer_panorama_1997-12-hibas.iso / SHARE / GRAPH / PTC051.ZIP / SRC / CPP_COPY.H < prev    next >
C/C++ Source or Header  |  1997-09-21  |  364b  |  24 lines

  1. /////////////////////////////////////////
  2. // copy conversion routines (ansi c++) //
  3. /////////////////////////////////////////
  4.  
  5. #ifndef __CPP_COPY_H
  6. #define __CPP_COPY_H
  7.  
  8. #include "misc.h"
  9. #include "config.h"
  10.  
  11.  
  12.  
  13.  
  14.  
  15. // ansi c++ converters (may be called directly)
  16. void ConvertCopy_CPP(void *src,void *dest,uint bytes,void *extra);
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. #endif