Код: Выделить всё
for(char ** e(environ); *e != nullptr; ++e)
{
SNAP_LOG_CONFIGURATION
Подробнее здесь: [url]https://stackoverflow.com/questions/79707576/how-can-i-access-the-environ-array-from-a-so-library[/url]Код: Выделить всё
for(char ** e(environ); *e != nullptr; ++e)
{
SNAP_LOG_CONFIGURATION
Подробнее здесь: [url]https://stackoverflow.com/questions/79707576/how-can-i-access-the-environ-array-from-a-so-library[/url]