| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
#include "sflenv.h" char ** descr2env ( const DESCR *descr)
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.
{ return (descr2strt (descr)); }
| << | < | > | >> |
![]() |