Sun Java System Web Server 6.1 SP11 NSAPI Programmer's Guide

util_env_free

The util_env_free function frees a specified environment. Use this function to de-allocate an environment you created using the function util_env_create.

Syntax

void util_env_free(char **env);

Returns

void

Parameters

char **env is the environment to be freed.

See Also

util_env_replace, util_env_str, util_env_find, util_env_create