aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sdsfree.rst
blob: e4c6cc7a9af222a0bab8153850a89a407c7805ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
:orphan:

sdsnew
======

Synopsis
--------

.. c:function:: #include <sds.h>

.. c:function:: void sdsfree(sds s)


Description
-----------

The function :c:func:`sdsfree()` frees an SDS string, doing nothing if passed a NULL pointer.

See also
--------

:manpage:`sds(3)`