



		
		 CopyBuffer (lines 3519-3525)
			
		
				 
		Back to List 
				
					 
			Browsing parserm.h
					3519  !  For copying buffers
3520  ! ----------------------------------------------------------------------------
3521   
3522  [ CopyBuffer bto bfrom i size;
3523     size=bto->0;
3524     for (i=1:i<=size:i++) bto->i=bfrom->i;
3525  ];
  
    Last updated 27 February 2004.
  
  This site is no longer supported; information may be out of date.
  Maintained as a historical archive by the Interactive Fiction Technology Foundation.
  Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
  
    This page was originally managed by Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight.