Sha256: e73ef66bb22981ff1db385df1b26c2a66f49843712f237cca83cbac220a2cf35

Contents?: true

Size: 267 Bytes

Versions: 3

Compression:

Stored size: 267 Bytes

Contents

int not3(int n)
{
  return n != 3;
}

int bytes(int n)
{
  return (n + 7) / 8;
}

long long shr32(long long n)
{
  return n >> 32;
}

double double5(void)
{
  return 5.0;
}

int intbytes(void)
{
  return sizeof(int);
}

int longbytes(void)
{
  return sizeof(long);
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby_nacl-0.1.2 ext/ruby_nacl/NaCl/okcompilers/lib.c
ruby_nacl-0.1.1 ext/ruby_nacl/NaCl/okcompilers/lib.c
ruby_nacl-0.1.0 ext/ruby_nacl/NaCl/okcompilers/lib.c