Previous: , Up: iklib fixnums   [Index]


6.30.4 Conversion functions

Function: fixnum->char fx
Function: char->fixnum ch

Convert a fixnum to and from a character.

Function: fixnum->string fx
Function: fixnum->string fx base

Return a string representation of fx. base must be one among 2, 8, 10, 16; when not given it defaults to 10.