JSPM

get-symbol-from-current-process-h

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 111187
  • Score
    100M100P100Q181804F
  • License MIT

C function to get a symbol from the current process

Package Exports

  • get-symbol-from-current-process-h

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (get-symbol-from-current-process-h) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

get-symbol-from-current-process-h

C function to get a symbol from the current process

Greenkeeper badge

NPM Version NPM Downloads Build Status Coverage Status Dependency Status

The information presented below is specific to usage for building with npm and gyp.

Installation

Install with npm:

$ npm install get-symbol-from-current-process-h

Usage

In your binding.gyp:

    'include_dirs': ["<!@(node -p \"require('get-symbol-from-current-process-h').include\")"],

(Just have "<!@(node -p \"require('get-symbol-from-current-process-h').include\")" somewhere in that list, ok?)

In your C code:

#include <get-symbol-from-current-process.h>

void* sym = get_symbol_from_current_process("foobar");