On Dec 17 [16:39], Benjamin Ducke wrote:
> hi all,
>
> I would like to use shell environment variables for this and
> set them through a C module.
How about
system("export VAR=value");
?
Needs some adaptation for different shells and cross-platform-use, though.
\Flo.