Commit 5c85a023 authored by Nils Goroll's avatar Nils Goroll Committed by Dridi Boukelmoune

document STRANDS

parent aa2d8f52
......@@ -422,6 +422,16 @@ STRING_LIST
and make sure your workspace_client and workspace_backend params
are big enough.
STRANDS
C-Type: ``const struct strands *``
Strands are like STRING_LIST, but without the drawbacks of
variable arguments: The list of strings gets passed in a
struct with the following members:
* ``int n``: the number of strings
* ``const char p[]``: the array of strings with `n` elements
TIME
C-type: ``double``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment