/
githubmirror
/
libeconf
Обзор
Документация
Войти
/
githubmirror
/
libeconf
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
doc/man/econf_freeArray.3
70 строк
2 KB
Stefan Schubert
improved Documentation (#246)
15 дек 2025, 19:41
Не верифицирован
15 дек 2025, 19:41
c6b5d16
Код
Авторство
О чём код?
'\" t .\" Title: ECONF_FREEARRAY .\" Author: libeconf Developers .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> .\" Date: 2023-10-31 .\" Manual: libeconf Manual .\" Source: libeconf .\" Language: English .\" .TH "ECONF_FREEARRAY" "3" "2023\-10\-31" "libeconf" "libeconf Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" econf_freeArray \- Free an array of type char** created by \fBeconf_getGroups()\fP or \fBeconf_getKeys()\fP\&. .SH "SYNOPSIS" .sp .ft B .nf #include <libeconf\&.h> .fi .ft .sp .BI "void econf_freeArray(char\ **" "array" ");" .SH "DESCRIPTION" .PP The \fBeconf_freeArray\fR() function is used to release the memory allocated for an array of strings (\fBchar **\fR) returned by a successful call to \fBeconf_getGroups\fR(3) and \fBeconf_getKeys\fR(3)\&. .SH "RETURN VALUE" .PP The \fBeconf_freeArray\fR() function returns nothing (\fBvoid\fR)\&. .SH "ERRORS" .PP This function does not return an error code\&. .SH "SEE ALSO" .PP \fBeconf_getGroups\fR(3), \fBeconf_getKeys\fR(3), \fBeconf_freeArrayP\fR(3), \fBlibeconf\fR(3) .RE