… | |
… | |
963 | |
963 | |
964 | =item char *ecb_i2a_i64 (char *ptr, int64_t value) |
964 | =item char *ecb_i2a_i64 (char *ptr, int64_t value) |
965 | |
965 | |
966 | Similar to their 32 bit counterparts, these take a 64 bit argument. |
966 | Similar to their 32 bit counterparts, these take a 64 bit argument. |
967 | |
967 | |
968 | =item ECB_I2A_DIGITS (=21) |
968 | =item ECB_I2A_MAX_DIGITS (=21) |
969 | |
969 | |
970 | Instead of using a type specific length macro, youi can just use |
970 | Instead of using a type specific length macro, youi can just use |
971 | C<ECB_I2A_DIGITS>, which is good enough for any C<ecb_i2a> function. |
971 | C<ECB_I2A_MAX_DIGITS>, which is good enough for any C<ecb_i2a> function. |
972 | |
972 | |
973 | =back |
973 | =back |
974 | |
974 | |
975 | =head3 LOW-LEVEL API |
975 | =head3 LOW-LEVEL API |
976 | |
976 | |