home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 3 / FREEWARE.BIN / towns_os / fildlg22 / romcpy.h < prev    next >
C/C++ Source or Header  |  1980-01-02  |  287b  |  16 lines

  1. extern    void    *romcpy(void *dest, void *src, int count);
  2. /*
  3. ;
  4. ;    機能
  5. ;        FM-TOWNSのシステムROM内のデータを指定した領域に複写する
  6. ;
  7. ;    パラメタ
  8. ;        dest:    複写先領域へのポインタ
  9. ;        src:    システムROM内複写元領域へのポインタ
  10. ;        count:    複写するパイト数
  11. ;
  12. ;    復帰値
  13. ;        destを返す
  14. ;
  15. */
  16.