Go to the documentation of this file.
34 #ifndef BLOCXX_ENVIRON_HPP_INCLUDE_GUARD_
35 #define BLOCXX_ENVIRON_HPP_INCLUDE_GUARD_
42 #include "blocxx/BLOCXX_config.h"
44 #if defined(BLOCXX_DARWIN)
49 #include <crt_externs.h>
50 #define environ (*_NSGetEnviron())
63 BLOCXX_IMPORT
extern char**
environ;