optionFree(3)


NAME

   optionFree - free allocated option processing memory

SYNOPSIS

   #include <your-opts.h>
   cc [...] -o outfile infile.c -lopts [...]

   void optionFree(tOptions * pOpts);

DESCRIPTION

   AutoOpts  sometimes  allocates  memory  and  puts pointers to it in the
   option state structures.  This routine deallocates all such memory.

   pOpts  program options descriptor

ERRORS

   As long as memory has  not  been  corrupted,  this  routine  is  always
   successful.

SEE ALSO

   The info documentation for the -lopts library.
   ao_string_tokenize(3),       configFileLoad(3),      optionFileLoad(3),
   optionFindNextValue(3),     optionFindValue(3),      optionGetValue(3),
   optionLoadLine(3),       optionMemberList(3),       optionNextValue(3),
   optionOnlyUsage(3),                              optionPrintVersion(3),
   optionPrintVersionAndReturn(3),   optionProcess(3),   optionRestore(3),
   optionSaveFile(3),      optionSaveState(3),      optionUnloadNested(3),
   optionVersion(3),     strequate(3),     streqvcmp(3),     streqvmap(3),
   strneqvcmp(3), strtransform(3),

                              2016-10-30                     optionFree(3)


More Linux Commands

manpages/csin.3.html
csin(3) - complex sine function (Library - Linux man page)
The complex sine function is defined as: csin(z) = (exp(i * z) - exp(-i * z)) / (2 * i) VERSIONS These functions first appeared in glibc in version 2.1. CONFORM

manpages/resgen.1.html
resgen(1) - Mono/CLI Resource Generator - Linux manual page
Convert a resource file from one format to another. The currently supported formats are text, resources, resx and po. .txt, .text Used to process text files, th

manpages/growisofs.1.html
growisofs(1) - combined mkisofs frontend/DVD recording progr
growisofs was originally designed as a frontend to mkisofs to facilitate appending of data to ISO9660 volumes residing on random-access media such as DVD+RW, DV

manpages/irqbalance.1.html
irqbalance(1) - distribute hardware interrupts across proces
The purpose of irqbalance is distribute hardware interrupts across processors on a multiprocessor system in order to increase performance. OPTIONS -o, --oneshot

manpages/glIndexdv.3gl.html
glIndexdv(3gl) - set the current color index (Man Page).....
glIndex updates the current (single-valued) color index. It takes one argument, the new value for the current color index. The current index is stored as a floa

manpages/_Exit.2.html
_Exit(2) - terminate the calling process - Linux man page...
The function _exit() terminates the calling process immediately. Any open file descriptors belonging to the process are closed; any children of the process are

manpages/Net::Server::Proto::SSLEAY.3pm.html
Net::Server::Proto::SSLEAY(3pm) - Custom Net::Server SSL pro
This module is relatively new and has only served a couple of months in production environments. If anybody has any successes or ideas for improvment under SSLE

manpages/Tcl_SetListObj.3.html
Tcl_SetListObj(3) - manipulate Tcl objects as lists.........
Tcl list objects have an internal representation that supports the efficient indexing and appending. The procedures described in this man page are used to creat

manpages/sane-dc25.5.html
sane-dc25(5) - SANE backend for Kodak DC20/DC25 Digital Came
The sane-dc25 library implements a SANE (Scanner Access Now Easy) backend that provides access to Kodak DC20 and DC25 cameras. At present, only the DC25 has bee

manpages/libstorage.3.html
libstorage(3) - InterNetNews Storage API library routines...
Libstorage is a library of common utility (the storage manager) routines for accessing Usenet articles and related data independent of particular storage method

manpages/cacoshf.3.html
cacoshf(3) - complex arc hyperbolic cosine - Linux man page
The cacosh() function calculates the complex arc hyperbolic cosine of z. If y = cacosh(z), then z = ccosh(y). The imaginary part of y is chosen in the interval

manpages/siga.1.html
siga(1) System Information GAthering - Linux manual page....
This is siga, System Information GAthering. It collects various information on your system and outputs it in HTML or ASCII format. Since it needs root permissio





We can't live, work or learn in freedom unless the software we use is free.