mc/mhl/env.h
Patrick Winnertz 01e12904bf Revert patches from slavaz and moved them into a separate branch
since this should go into 4.6.2
2009-01-15 14:10:45 +01:00

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