pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2004-04-25
2004-04-25 19:50:18 by Martin Nilsson <mani@lysator.liu.se>
e97b36b7b902e9521a9c63568644ae617889ca6c (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Don't think Hilfe.
Rev: src/builtin.cmod:1.156
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.
155
2004/04/25 19:
47
:
36
nilsson Exp $
+
|| $Id: builtin.cmod,v 1.
156
2004/04/25 19:
50
:
18
nilsson Exp $
*/ #include "global.h"
184:
/*! @decl string int2hex(int x) *! @appears String.int2hex *!
-
*! Same as @expr{sprintf("%x",x);@}, i.e.
writes
out
the integer @[x]
-
*!
in
hexadecimal base using lower
case
.
+
*! Same as @expr{sprintf("%x",x);@}, i.e.
returns
the integer @[x]
in
+
*! hexadecimal base using lower
cased symbols
.
*! *! @seealso *! @[sprintf()]