Skip to content

Instantly share code, notes, and snippets.

@rbriank
Created January 5, 2012 15:04
Show Gist options
  • Save rbriank/1565618 to your computer and use it in GitHub Desktop.
Save rbriank/1565618 to your computer and use it in GitHub Desktop.
// from ruby-1.8.7-p357 ruby.h
#define RBIGNUM_SET_SIGN(b,s) (RBIGNUM(b)->sign = (s)) // line 455
#define RBIGNUM_LEN(b) (RBIGNUM(b)->len) // line 458
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment