Sha256: 8123bda07746aef7b71d482ea1ebd7fede7a04403b49648e508e4fc4e2576bab

Contents?: true

Size: 540 Bytes

Versions: 5

Compression:

Stored size: 540 Bytes

Contents

typedef int32_t int_fast16_t;
typedef int32_t int_fast32_t;
typedef uint32_t uint_fast16_t;
typedef uint32_t uint_fast32_t;

#define INT_FAST16_MIN  INT32_MIN
#define INT_FAST32_MIN  INT32_MIN

#define INT_FAST16_MAX  INT32_MAX
#define INT_FAST32_MAX  INT32_MAX

#define UINT_FAST16_MAX UINT32_MAX
#define UINT_FAST32_MAX UINT32_MAX

#define INTPTR_MIN      INT32_MIN
#define INTPTR_MAX      INT32_MAX
#define UINTPTR_MAX     UINT32_MAX
#define PTRDIFF_MIN     INT32_MIN
#define PTRDIFF_MAX     INT32_MAX
#define SIZE_MAX        UINT32_MAX

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
webruby-0.2.7 modules/emscripten/system/include/libc/bits/stdint.h
webruby-0.2.5 modules/emscripten/system/include/libc/bits/stdint.h
webruby-0.2.4 modules/emscripten/system/include/libc/bits/stdint.h
webruby-0.2.2 modules/emscripten/system/include/libc/bits/stdint.h
webruby-0.2.1 modules/emscripten/system/include/libc/bits/stdint.h