GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
xt_free_strings(3) FreeBSD Library Functions Manual xt_free_strings(3)

#include <xtend/mem.h>
-lxtend

void    xt_free_strings(char **list)

list    A dynamically allocated char ** array

xt_free_strings(3) frees all memory for an argv-style pointer array of strings, such as those allocated by xt_inhale_strings(3). The pointer array itself and each string it points to must have been dynamically allocated with malloc(3), strdup(3), or similar.

FILE    *instream;
char    **strings;
ssize_t string_count;
string_count = xt_inhale_strings(instream, &strings);
xt_free_strings(strings);

xt_inhale_strings(3)


Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.