Complete documentation for mad_new().
This commit is contained in:
parent
92f96f0be2
commit
ef2c2e8168
1 changed files with 8 additions and 1 deletions
|
@ -148,7 +148,14 @@ for the given
|
||||||
.\" |_| \_\___|\__|\__,_|_| |_| |_| \_/ \__,_|_|\__,_|\___||___/
|
.\" |_| \_\___|\__|\__,_|_| |_| |_| \_/ \__,_|_|\__,_|\___||___/
|
||||||
.\"
|
.\"
|
||||||
.Sh RETURN VALUES
|
.Sh RETURN VALUES
|
||||||
Unless stated otherwise, all functions return a value greater than or equal to
|
The
|
||||||
|
.Fn mad_new
|
||||||
|
function return
|
||||||
|
.Va NULL
|
||||||
|
on failure and allocates memory that has to be freed using
|
||||||
|
.Xr free 3
|
||||||
|
on success.
|
||||||
|
Unless stated otherwise, all other functions return a value greater than or equal to
|
||||||
.Va 0
|
.Va 0
|
||||||
on success or
|
on success or
|
||||||
.Va -1
|
.Va -1
|
||||||
|
|
Loading…
Add table
Reference in a new issue