mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Add docs for #307047, Bryan Silverthorn.
2005-07-19 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/byte_order.sgml: Add docs for #307047, Bryan Silverthorn.
This commit is contained in:
parent
cf17bb79d2
commit
e2f521eb19
@ -1,3 +1,8 @@
|
||||
2005-07-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/byte_order.sgml: Add docs for #307047,
|
||||
Bryan Silverthorn.
|
||||
|
||||
2005-07-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.7.3 ===
|
||||
|
@ -7,7 +7,7 @@ a portable way to convert between different byte orders.
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
These macros provide a portable way to determine the host byte order
|
||||
and to convert values between different byte orders.
|
||||
and to convert values between different byte orders.
|
||||
</para>
|
||||
<para>
|
||||
The byte order is the order in which bytes are stored to create larger
|
||||
@ -38,6 +38,11 @@ which has been agreed on for use when communicating between different
|
||||
processors. The Internet uses what is known as 'network byte order'
|
||||
as the standard byte order (which is in fact the big-endian byte order).
|
||||
</para>
|
||||
<para>
|
||||
Note that the byte order conversion macros may evaluate their arguments
|
||||
multiple times, thus you should not use them with arguments which have
|
||||
side-effects.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user