aboutsummaryrefslogtreecommitdiffstats
path: root/docs/yaslfree.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaslfree.rst')
-rw-r--r--docs/yaslfree.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/yaslfree.rst b/docs/yaslfree.rst
new file mode 100644
index 0000000..7292243
--- /dev/null
+++ b/docs/yaslfree.rst
@@ -0,0 +1,22 @@
+:orphan:
+
+yaslfree
+========
+
+Synopsis
+--------
+
+.. c:function:: #include <yasl.h>
+
+.. c:function:: void yaslfree(yastr s)
+
+
+Description
+-----------
+
+The function :c:func:`yastrfree()` frees an yasl string, doing nothing if passed a NULL pointer.
+
+See also
+--------
+
+:manpage:`yasl(3)`