Skip to content

Instantly share code, notes, and snippets.

@dbussink
Created August 11, 2008 19:07
Show Gist options
  • Save dbussink/4921 to your computer and use it in GitHub Desktop.
Save dbussink/4921 to your computer and use it in GitHub Desktop.
static INTEGER from(native_int i);
static INTEGER from(char i);
static INTEGER from(unsigned char i);
static INTEGER from(short i);
static INTEGER from(unsigned short i);
static INTEGER from(int i);
static INTEGER from(unsigned int i);
static INTEGER from(long i);
static INTEGER from(unsigned long i);
static INTEGER from(long long i);
static INTEGER from(unsigned long long i);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment