| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
#include "sflenv.h" DESCR * env2descr (void)
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.
{ return (strt2descr (environ)); }
| << | < | > | >> |
![]() |