query

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • starofvellore
    New Member
    • Feb 2008
    • 3

    query

    I want a program to convert float values to string using linux C. Can anyone please help me.
  • Ganon11
    Recognized Expert Specialist
    • Oct 2006
    • 3651

    #2
    Try ftoa, the built in function that converts floating point values to character arrays.

    Comment

    Working...