Steve Brown
2006-03-23 01:42:04 UTC
Hi all,
I'm still getting to grips with the PIC14 port of SDCC, so forgive me if
the answer are obvious; they aren't to me ;-)
Needing an itoa or similar function to convert from an int (or whatever)
to a string, I went to code the obvious function using sprintf, but
that function isn't available.
Can somebody suggest how I might implement such a function?
-S
I'm still getting to grips with the PIC14 port of SDCC, so forgive me if
the answer are obvious; they aren't to me ;-)
Needing an itoa or similar function to convert from an int (or whatever)
to a string, I went to code the obvious function using sprintf, but
that function isn't available.
Can somebody suggest how I might implement such a function?
-S