Home The GNU C Library www.imodulo.com · 2003-04-05
Imodulo

Argz and Envz Vectors

[ Up: String and Array Utilities ]
[ Previous: Encode Binary Data ]

argz vectors are vectors of strings in a contiguous block of memory, each element separated from its neighbors by null-characters ('\0').

Envz vectors are an extension of argz vectors where each element is a name-value pair, separated by a '=' character (as in a Unix environment).

Menu