aboutsummaryrefslogtreecommitdiff
path: root/docs/man/cleanpath_free.3
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-05-13 01:30:43 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-05-13 01:30:43 -0400
commit6cdf18373905d12c776263fa0287126e3b0a9553 (patch)
tree8a6cf1ee56e4e3e617b8e0340c176d2a6c28e387 /docs/man/cleanpath_free.3
parent89511934b805999e0c12071750c52c1c45d35536 (diff)
downloadcleanpath-6cdf18373905d12c776263fa0287126e3b0a9553.tar.gz
Add API docs
Diffstat (limited to 'docs/man/cleanpath_free.3')
-rw-r--r--docs/man/cleanpath_free.322
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/man/cleanpath_free.3 b/docs/man/cleanpath_free.3
new file mode 100644
index 0000000..39d2f04
--- /dev/null
+++ b/docs/man/cleanpath_free.3
@@ -0,0 +1,22 @@
+.TH "CLEANPATH_FREE" "3" "" "" "API"
+.SH NAME
+cleanpath_free
+.SH SYNOPSIS
+\f[B]#include <cleanpath/cleanpath.h>\f[R]
+.PP
+\f[B]void cleanpath_free(struct CleanPath *\f[I]path\f[B])\f[R]
+.PP
+.SH DESCRIPTION
+free a CleanPath pointer
+.PP
+.SH RETURNS
+N/A
+.PP
+.SH CONFORMING TO
+C99
+.PP
+.SH SEE ALSO
+\f[B]cleanpath_init(3)\f[R],
+\f[B]cleanpath_read(3)\f[R],
+\f[B]cleanpath_free(3)\f[R]
+.PP