diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-06-06 21:28:29 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-06-08 17:07:08 +0200 |
| commit | 4e0624c3b8dd0d543d7d47db6f7e9827cd1a3da2 (patch) | |
| tree | 8b2b57fdeadb655281520f73264637b626ed97be /Documentation | |
| parent | fb1d00d35713111043391bdf4a0e182552d691ec (diff) | |
| download | sparse-dev-4e0624c3b8dd0d543d7d47db6f7e9827cd1a3da2.tar.gz | |
utils: add xmemdup() & xstrdup()
Add small helpers for copying a memory buffer or a string
into a newly allocated buffer.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/api.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/api.rst b/Documentation/api.rst index d1a1d3ca..1270551c 100644 --- a/Documentation/api.rst +++ b/Documentation/api.rst @@ -9,6 +9,7 @@ Utilities ~~~~~~~~~ .. c:autodoc:: ptrlist.c +.. c:autodoc:: utils.h Parsing ~~~~~~~ |
