mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +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>
|
2005-07-15 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.7.3 ===
|
* === Released 2.7.3 ===
|
||||||
|
@ -7,7 +7,7 @@ a portable way to convert between different byte orders.
|
|||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
These macros provide a portable way to determine the host byte order
|
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>
|
||||||
<para>
|
<para>
|
||||||
The byte order is the order in which bytes are stored to create larger
|
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'
|
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).
|
as the standard byte order (which is in fact the big-endian byte order).
|
||||||
</para>
|
</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 ##### -->
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user