| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 1.91

 

env2descr

#include "sflenv.h"
DESCR *
env2descr (void)

Synopsis

Returns a DESCR pointer containing the current process environment strings. The descriptor is allocated using mem_alloc(); you should use mem_free() to deallocate when you are finished. Returns NULL if there was not enough memory to allocate the descriptor.

Source Code - (sflenv.c)

{
    return (strt2descr (environ));
}

| << | < | > | >> iMatix Copyright © 1996-98 iMatix