Skip to content
Snippets Groups Projects
Commit 49a2122d authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Documentation for put_var_string_array.

parent 4ec35af1
Branches
Tags
No related merge requests found
...@@ -118,6 +118,9 @@ class struct { ...@@ -118,6 +118,9 @@ class struct {
return this; 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) this_program put_var_string_array(array(string(8bit)) data, int(0..) item_size, int(0..) len)
{ {
string(8bit) temp = buffer; string(8bit) temp = buffer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment