Branch: Tag:

2002-04-07

2002-04-07 11:16:14 by Martin Nilsson <mani@lysator.liu.se>

Let int2char and int2hex appear in String.

Rev: lib/modules/String.pmod/module.pmod:1.7
Rev: src/builtin.cmod:1.81

1:   /* -*- c -*- -  * $Id: builtin.cmod,v 1.80 2002/04/06 21:04:46 grubba Exp $ +  * $Id: builtin.cmod,v 1.81 2002/04/07 11:15:39 nilsson Exp $    */      #include "global.h"
116:         /*! @decl string int2char(int x) +  *! @appears String.int2char    *!    *! Same as sprintf("%c",x);    *!
164:   }      /*! @decl string int2hex(int x) +  *! @appears String.int2hex    *!    *! Same as sprintf("%x",x);    *!