stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/environ.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
    31 
    31 
    32 extern "C" {
    32 extern "C" {
    33 
    33 
    34 #ifndef _RWSTD_NO_PUTENV_CONST_CHAR
    34 #ifndef _RWSTD_NO_PUTENV_CONST_CHAR
    35 
    35 
    36 _RWSTD_DLLIMPORT int putenv (const char*) _LIBC_THROWS ();
    36 IMPORT_C int putenv (const char*) _LIBC_THROWS ();
    37 
    37 
    38 #else   // if defined (_RWSTD_NO_PUTENV_CONST_CHAR)
    38 #else   // if defined (_RWSTD_NO_PUTENV_CONST_CHAR)
    39 
    39 
    40 _RWSTD_DLLIMPORT int putenv (char*) _LIBC_THROWS ();
    40 _RWSTD_DLLIMPORT int putenv (char*) _LIBC_THROWS ();
    41 
    41