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

 

descr2env

#include "sflenv.h"
char **
descr2env (
    const DESCR *descr)

Synopsis

Returns an environment block from the supplied descriptor data. The returned block is an array of strings, terminated by a null pointer. Each string is allocated independently using mem_alloc(). Returns NULL if there was not enough memory to allocate the block.

Source Code - (sflenv.c)

{
    return (descr2strt (descr));
}

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