Sha256: c58bf3650e3f2c4701b2b522e353fbd0e457b66115a0f1fd30a00840930279dd

Contents?: true

Size: 299 Bytes

Versions: 80

Compression:

Stored size: 299 Bytes

Contents

#ifdef WIN32
#define DLLEXPORT __declspec(dllexport)
#else
#define DLLEXPORT
#endif

extern int get_val_in_exe(void);
extern int get_val_in_dll(void);

DLLEXPORT int get_val_in_exe_from_dll()
{
    return get_val_in_exe();
}

DLLEXPORT int get_val_in_dll_from_dll()
{
    return get_val_in_dll();
}

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
contrast-agent-7.6.1 funchook/test/libfunchook_test2.c
contrast-agent-7.6.0 funchook/test/libfunchook_test2.c
contrast-agent-7.5.0 funchook/test/libfunchook_test2.c
contrast-agent-7.4.1 funchook/test/libfunchook_test2.c
contrast-agent-7.4.0 funchook/test/libfunchook_test2.c
contrast-agent-7.3.2 funchook/test/libfunchook_test2.c
contrast-agent-7.3.1 funchook/test/libfunchook_test2.c
contrast-agent-7.3.0 funchook/test/libfunchook_test2.c
contrast-agent-7.2.0 funchook/test/libfunchook_test2.c
contrast-agent-7.1.0 funchook/test/libfunchook_test2.c
contrast-agent-7.0.0 funchook/test/libfunchook_test2.c
contrast-agent-6.15.3 funchook/test/libfunchook_test2.c
contrast-agent-6.15.2 funchook/test/libfunchook_test2.c
contrast-agent-6.15.1 funchook/test/libfunchook_test2.c
contrast-agent-6.15.0 funchook/test/libfunchook_test2.c
contrast-agent-6.14.0 funchook/test/libfunchook_test2.c
contrast-agent-6.13.0 funchook/test/libfunchook_test2.c
contrast-agent-6.12.0 funchook/test/libfunchook_test2.c
contrast-agent-6.11.0 funchook/test/libfunchook_test2.c
contrast-agent-6.10.0 funchook/test/libfunchook_test2.c