



CopyBuffer (lines 4317-4328)
Back to List
Browsing parserm.h
4317 #Endif; ! TARGET_
4318
4319 ! ----------------------------------------------------------------------------
4320 ! For copying buffers
4321 ! ----------------------------------------------------------------------------
4322
4323 #Ifdef TARGET_ZCODE;
4324
4325 [ CopyBuffer bto bfrom i size;
4326 size = bto->0;
4327 for (i=1 : i<=size : i++) bto->i = bfrom->i;
4328 ];
Last updated 27 February 2004. The librarian in charge of this page is Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight. Please email any comments, suggestions or corrections to cedenqs@inform-fiction.org.