1:- module(environ,
    2	  [ environ/1			% -Environment
    3	  ]).    4
    5:- use_foreign_library(foreign(environ)).