pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2006-04-22
2006-04-22 15:27:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6c9f4979ebc5a6763b2c0556eb9bb04011865ad8 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo in autodoc.
Rev: src/builtin.cmod:1.189
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: builtin.cmod,v 1.
188
2006/
03
/
30
13
:
11
:
23
grubba Exp $
+
|| $Id: builtin.cmod,v 1.
189
2006/
04
/
22
15
:
27
:
39
grubba Exp $
*/ #include "global.h"
1507:
*! The number of bits in the ABI. Usually @expr{32@} or @expr{64@}. *! @member int "native_byteorder" *! The byte order used by the native cpu.
-
*! Usually @expr{1234@} (aka little endian) or
@{4321@}
(aka bigendian).
+
*! Usually @expr{1234@} (aka little endian) or
+
*!
@expr{4321@}
(aka bigendian).
*! @member int "int_size" *! The number of bits in the native integer type. *! Usually @expr{32@} or @expr{64@}.