Created
August 11, 2008 19:07
-
-
Save dbussink/4921 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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