ossp-pkg/sio/al.pod 1.14 -> 1.15
--- al.pod 2002/11/07 15:28:52 1.14
+++ al.pod 2002/11/28 15:12:40 1.15
@@ -59,6 +59,7 @@
al_prepend_bytes,
al_attach_buffer,
al_splice,
+al_setlabel,
al_bytes.
=item B<Traversal Operations>:
@@ -270,6 +271,12 @@
The buffer now holds the string "HelloGoodbye\n".
The insertion is empty.
+=item al_rc_t B<al_setlabel>(al_t *I<al>, size_t I<off>, size_t I<n>, al_label_t *label);
+
+I<off> and I<n> are byte counts that define a span of bytes within the
+source assembly line I<al>. These bytes are tagged with I<label>, any
+existing label for these bytes is overwritten.
+
=item size_t B<al_bytes>(const al_t *I<al>);
Returns the number of bytes stored in the assembly line.
|
|