Sha256: b37b9bfa0ce629b02aa9c86b4b16d6859f7bed8f0537cc3c8bc192ab4a40ab09
Contents?: true
Size: 243 Bytes
Versions: 50
Compression:
Stored size: 243 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 fromBase, int16_t toBase, size_t numDigits); #endif
Version data entries
50 entries across 50 versions & 1 rubygems