Cleanup and naming for num-to-string functions
This commit is contained in:
@ -165,19 +165,17 @@ char* itostr2(const uint8_t& x);
|
||||
char* itostr3sign(const int& x);
|
||||
char* itostr3(const int& x);
|
||||
char* itostr3left(const int& x);
|
||||
char* itostr4(const int& x);
|
||||
char* itostr4sign(const int& x);
|
||||
|
||||
char* ftostr3(const float& x);
|
||||
char* ftostr4sign(const float& x);
|
||||
char* ftostr31ns(const float& x); // float to string without sign character
|
||||
char* ftostr31(const float& x);
|
||||
char* ftostr41sign(const float& x);
|
||||
char* ftostr32(const float& x);
|
||||
char* ftostr43(const float& x, char plus=' ');
|
||||
char* ftostr43sign(const float& x, char plus=' ');
|
||||
char* ftostr12ns(const float& x);
|
||||
char* ftostr32sp(const float& x); // remove zero-padding from ftostr32
|
||||
char* ftostr5(const float& x);
|
||||
char* ftostr51(const float& x);
|
||||
char* ftostr52(const float& x);
|
||||
char* ftostr5rj(const float& x);
|
||||
char* ftostr51sign(const float& x);
|
||||
char* ftostr52sign(const float& x);
|
||||
char* ftostr52sp(const float& x); // remove zero-padding from ftostr32
|
||||
|
||||
#endif //ULTRALCD_H
|
||||
|
Reference in New Issue
Block a user