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

Function ulltoa

Sming/System/include/stringconversion.h:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76static inline char* ulltoa(unsigned long long val, char* buffer, unsigned int base)
77{
78 return ulltoa_wp(val, buffer, base, 0, ' ');
79}
80
81
82extern char* itoa(int, char*, int);

Callers

nothing calls this directly

Calls 1

ulltoa_wpFunction · 0.85

Tested by

no test coverage detected