|
From: Tom E. <te...@dr...> - 2017-11-22 12:46:48
|
> Are there any documented limits for environment variables in DOS? no. > My implementation uses a static buffer. So the content changes with > every call to getenv. This is explicitly allowed by the standard. > I don't want to make the buffer too large though, did you ever hear about dynamic malloc()ated memory? Tom |