PROM_SETENV(2spp)
NAME
prom_setenv − set prom environment variable
SYNOPSIS
#include <prom/entrypt.h>
prom_setenv(name, value)
char *name, *value;
DESCRIPTION
prom_setenv may be called to define new prom environment variables or change the value of existing environment variables. The primary use of prom_setenv is to allow programs to change the value of prom environment variables maintained in non-volatile ram, see prom(1spp).
RETURNS
prom_setenv returns 0.