[C] float to ascii(실수형을 아스키 코드로)
이건 내가 짠 건 아니고, stackoverflow에서 가져온 코드다. https://stackoverflow.com/questions/2268725/how-can-i-convert-a-float-double-to-ascii-without-using-sprintf-or-ftoa-in-c How can I convert a float/double to ASCII without using sprintf or ftoa in C? How can I convert a float/double to ASCII without using sprintf or ftoa in C? I am using an embedded system. stackoverflow.com 실수형 값을 ascii로 바꿔주는 함수, 임베디드 환경에서..