Sha256: 28726b0df175961b1eae6e5e542a2ffb9a5110c9f7af990e64a12d81b2b101bc
Contents?: true
Size: 284 Bytes
Versions: 3
Compression:
Stored size: 284 Bytes
Contents
#ifndef LBFGSB_RB_COMMON_H_ #define LBFGSB_RB_COMMON_H_ #include <stdint.h> #include <inttypes.h> #include <math.h> #ifdef USE_INT64 typedef int64_t F77_int; #define PRIdF77INT PRId64 #else typedef int32_t F77_int; #define PRIdF77INT PRId32 #endif #endif /* LBFGSB_RB_COMMON_H_ */
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lbfgsb-0.5.2 | ext/lbfgsb/src/common.h |
lbfgsb-0.5.1 | ext/lbfgsb/src/common.h |
lbfgsb-0.5.0 | ext/lbfgsb/src/common.h |