MCPcopy Create free account
hub / github.com/SmingHub/Sming / ultoa

Function ultoa

Sming/System/include/stringconversion.h:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51static inline char* ultoa(unsigned long val, char* buffer, unsigned int base)
52{
53 return ultoa_wp(val, buffer, base, 0, ' ');
54}
55
56extern char* lltoa_wp(long long val, char* buffer, int base, int width, char pad);
57

Callers 2

dtostrf_pFunction · 0.85
m_vsnprintfFunction · 0.85

Calls 1

ultoa_wpFunction · 0.85

Tested by

no test coverage detected