ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libecb/ecb.pod
(Generate patch)

Comparing libecb/ecb.pod (file contents):
Revision 1.89 by root, Mon Jun 21 23:59:58 2021 UTC vs.
Revision 1.90 by root, Tue Jun 22 00:01:15 2021 UTC

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
966Similar to their 32 bit counterparts, these take a 64 bit argument. 966Similar 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
970Instead of using a type specific length macro, youi can just use 970Instead of using a type specific length macro, youi can just use
971C<ECB_I2A_DIGITS>, which is good enough for any C<ecb_i2a> function. 971C<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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines