SyntaxFix
Write A Post
Hire A Developer
Questions
Use this:
void double_to_char(double f,char * buffer){ gcvt(f,10,buffer); }