dbussink (owner)

Revisions

gist: 4921 Download_button fork
public
Public Clone URL: git://gist.github.com/4921.git
Text only
1
2
3
4
5
6
7
8
9
10
11
12
      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);