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

Function lltoa

Sming/System/include/stringconversion.h:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static inline char* lltoa(long long val, char* buffer, int base)
64{
65 return lltoa_wp(val, buffer, base, 0, ' ');
66}
67
68
69extern char* ulltoa_wp(unsigned long long val, char* buffer, unsigned int base, int width, char pad);

Callers

nothing calls this directly

Calls 1

lltoa_wpFunction · 0.85

Tested by

no test coverage detected