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

Comparing libecb/ecb.pod (file contents):
Revision 1.97 by root, Fri Aug 20 20:05:44 2021 UTC vs.
Revision 1.98 by root, Fri Aug 20 20:06:47 2021 UTC

1051=back 1051=back
1052 1052
1053=head3 LOW-LEVEL API 1053=head3 LOW-LEVEL API
1054 1054
1055The functions above use a number of low-level APIs which have some strict 1055The functions above use a number of low-level APIs which have some strict
1056limitations, but can be used as building blocks (study of C<ecb_i2a_i32> 1056limitations, but can be used as building blocks (studying C<ecb_i2a_i32>
1057and related functions is recommended). 1057and related functions is recommended).
1058 1058
1059There are three families of functions: functions that convert a number 1059There are three families of functions: functions that convert a number
1060to a fixed number of digits with leading zeroes (C<ecb_i2a_0N>, C<0> 1060to a fixed number of digits with leading zeroes (C<ecb_i2a_0N>, C<0>
1061for "leading zeroes"), functions that generate up to N digits, skipping 1061for "leading zeroes"), functions that generate up to N digits, skipping

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines