Skip to content

Instantly share code, notes, and snippets.

@horatio-sans-serif
Created April 3, 2010 02:53
Show Gist options
  • Save horatio-sans-serif/354045 to your computer and use it in GitHub Desktop.
Save horatio-sans-serif/354045 to your computer and use it in GitHub Desktop.
Buffer=require('buffer').Buffer;
b=new Buffer(1);
b[0] = 0xFF; // What does this call?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment