Sha256: 53eeaddb9bcd0ba0bd3d8751840ac33174c140d400fc92a83aaf6dcfc9432143
Contents?: true
Size: 246 Bytes
Versions: 138
Compression:
Stored size: 246 Bytes
Contents
#ifndef ALL_YOUR_BASE_H #define ALL_YOUR_BASE_H #include <stddef.h> #include <stdint.h> #define DIGITS_ARRAY_SIZE 64 size_t rebase(int8_t digits[DIGITS_ARRAY_SIZE], int16_t from_base, int16_t to_base, size_t num_digits); #endif
Version data entries
138 entries across 138 versions & 1 rubygems