From 49a2122d5d5af92f21fff36e6c5eafef0d242207 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@opera.com> Date: Sat, 31 May 2014 21:33:01 +0200 Subject: [PATCH] Documentation for put_var_string_array. --- lib/modules/ADT.pmod/module.pmod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/modules/ADT.pmod/module.pmod b/lib/modules/ADT.pmod/module.pmod index 59937e28e4..48d9504222 100644 --- a/lib/modules/ADT.pmod/module.pmod +++ b/lib/modules/ADT.pmod/module.pmod @@ -118,6 +118,9 @@ class struct { return this; } + //! Appends an array of variable length strings with @[item_size] + //! bytes hollerith coding, prefixed by a @[len] bytes large integer + //! declaring the total size of the array in bytes. this_program put_var_string_array(array(string(8bit)) data, int(0..) item_size, int(0..) len) { string(8bit) temp = buffer; -- GitLab