2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 ANSI C function unsetenv().
11 /*****************************************************************************
22 deletes a variable from the environment.
25 name -- Name of the environment variable to delete.
28 Returns zero on success, or -1 if the variable was not found.
40 ******************************************************************************/
44 DeleteVar(name
, GVF_LOCAL_ONLY
);