aboutsummaryrefslogtreecommitdiffstats
path: root/docs/yaslfree.rst
blob: 72922438ac729533fe4844d89a8473ded04b94d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)`