Extracted from Pike v7.4 release 341 at 2005-11-21.
pike.ida.liu.se
[Top]
predef::
String

Method String.int2char()


Method int2char

string String.int2char(int x)

Description

Same as sprintf("%c",x);

See also

sprintf()