Skip to content

Instantly share code, notes, and snippets.

View justinlkarr's full-sized avatar

Justin L. Karr justinlkarr

  • ex-Jujamcyn
  • New York City
View GitHub Profile
@justinlkarr
justinlkarr / windows.h__.js
Created November 18, 2012 14:08
windows.h.js INFINITY
var ffi = require('ffi'),
ref = require('ref'),
Struct = require('ref-struct'),
Library = require('./Library'),
Type = ref.Type,
NULL = ref.NULL,
isNull = ref.isNull;
var groups = ['libs', 'types', 'structs', 'callbacks', 'enums'];