dumb question: outputting in hex format
22 Jui
2009
22 Jui
'09
22:57
I know that #xdeadbeef lets me input in hex, but is there something like C's fprintf(stderr, "%x"); ? Thanks!
Afficher les réponses par date
22 Jui
22 Jui
23:03
On Monday, June 22, 2009 at 19:57:57 (-0700), lowly coder wrote:
I know that #xdeadbeef lets me input in hex, but is there something like C's fprintf(stderr, "%x"); ?
number->string can take the output base as argument. So to write a number in hex, you'd do something like that : (display (number->string n 16)) Vincent
6196
Âge (en jours)
6196
Dernière activité (en jours)
1 commentaires
2 participants
participants (2)
-
lowly coder -
Vincent St-Amour