Sun Java System Web Server 7.0 NSAPI Developer's Guide

util_env_free

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);

Returns

void

Parameters

char **env is the environment to be freed.

See Also

util_env_replace, util_env_str, util_env_create, util_env_create