Sha256: cc9c424a2e0dce005d93572a84030e4c8e2537f2696c3be56c5b9ff4b07cfdef

Contents?: true

Size: 150 Bytes

Versions: 44

Compression:

Stored size: 150 Bytes

Contents

#include <stdio.h>

#ifdef _WIN32
__declspec(dllexport)
#endif
void module_main(void)
{
  fprintf(stdout, "Hello from lib1.c\n");
  fflush(stdout);
}

Version data entries

44 entries across 44 versions & 7 rubygems

Version Path
libv8-3.11.8.3 vendor/v8/build/gyp/test/module/src/lib1.c
libv8-3.11.8.1 vendor/v8/build/gyp/test/module/src/lib1.c
libv8-3.11.8.0 vendor/v8/build/gyp/test/module/src/lib1.c
libv8-3.10.8.0 vendor/v8/build/gyp/test/module/src/lib1.c