mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
01e12904bf
since this should go into 4.6.2
7 lines
118 B
C
7 lines
118 B
C
#ifndef __MHL_ENV_H
|
|
#define __MHL_ENV_H
|
|
|
|
#define mhl_getenv_dup(name) (mhl_str_dup(name ? getenv(name) : ""))
|
|
|
|
#endif
|