我正在尝试将应用程序从 Windows 移植到 Linux。在 Windows 中,我在 windows.h 中有一个 GetEnvironmentStrings() 函数,它以 NAME=VALUE 的形式为我提供当前进程中的环境变量及其值。
是否有等效的 Linux 函数调用?我需要一个 C 函数。如何在 Linux 上实现这一点?
我正在尝试将应用程序从 Windows 移植到 Linux。在 Windows 中,我在 windows.h 中有一个 GetEnvironmentStrings() 函数,它以 NAME=VALUE 的形式为我提供当前进程中的环境变量及其值。
是否有等效的 Linux 函数调用?我需要一个 C 函数。如何在 Linux 上实现这一点?