Index: ossp-pkg/sio/al.pod RCS File: /v/ossp/cvs/ossp-pkg/sio/Attic/al.pod,v rcsdiff -q -kk '-r1.12' '-r1.13' -u '/v/ossp/cvs/ossp-pkg/sio/Attic/al.pod,v' 2>/dev/null --- al.pod 2002/10/23 16:49:29 1.12 +++ al.pod 2002/10/23 17:02:06 1.13 @@ -73,7 +73,8 @@ =item B: al_flatten, -al_copy. +al_copy, +al_firstlabel. =item B: @@ -361,7 +362,7 @@ al_flatten(al, 500, 42, AL_FORWARD, buffer, &actual); -=item al_rc_t B(al_t *I, size_t I, size_t I, al_t *I); +=item al_rc_t B(al_t *I, size_t I, size_t I, al_td_t I, al_t *I); I and I are byte counts that define a span of bytes within the assembly line I. These bytes are appended to the target assembly line I, @@ -377,6 +378,13 @@ al_create(&tal); al_flatten(al, 500, 42, tal); +=item al_rc_t B(al_t *I, size_t I, size_t I, al_td_t I, al_label_t *I); + +I and I are byte counts that define a span of bytes within the +assembly line I. The label that was attached to the first byte +within the defined span is stored in I, otherwise B +returns an error. + =back =head2 Chunk Operations