Sun Java System Web Server 7.0 Update 3 NSAPI Developer's Guide

util_env_free() Function

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

Syntax

void util_env_free(char **env);

Return Values

void

Parameters

char **env is the environment to be freed.

See Also

util_env_replace() Function, util_env_str() Function, util_env_create() Function, util_env_create() Function