Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ clearenv(3) — sys5 — Apollo Domain/OS SR10.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

exec(2)

getenv(3)

environ(3)

putenv(3)

CLEARENV(3)                     Domain/OS SysV                     CLEARENV(3)



NAME
     clearenv - Clear the process environment

SYNOPSIS
     #include <stdlib.h>

     int clearenv (void);

DESCRIPTION
     The clearenv function clears the process environment.  No environment
     variables are defined immediately after a call to clearenv.

DIAGNOSTICS
     Upon successful completion, the clearenv function returns 0 (zero).
     Otherwise, it returns -1.

SEE ALSO
     exec(2), getenv(3), environ(3), putenv(3)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026