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

Comparing cvsroot/libecb/ecb.pod (file contents):
Revision 1.85 by root, Mon Jan 20 21:13:38 2020 UTC vs.
Revision 1.86 by root, Thu Apr 30 23:24:45 2020 UTC

789 789
790=item T ecb_host_to_be (T v) 790=item T ecb_host_to_be (T v)
791 791
792=item T ecb_host_to_le (T v) 792=item T ecb_host_to_le (T v)
793 793
794=back
795
794These functions work like their C counterparts, above, but use templates, 796These functions work like their C counterparts, above, but use templates,
795which make them useful in generic code. 797which make them useful in generic code.
796 798
797C<T> must be one of C<uint8_t>, C<uint16_t>, C<uint32_t> or C<uint64_t> 799C<T> must be one of C<uint8_t>, C<uint16_t>, C<uint32_t> or C<uint64_t>
798(so unlike their C counterparts, there is a version for C<uint8_t>, which 800(so unlike their C counterparts, there is a version for C<uint8_t>, which

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines