string lltostr(int64_t longlong
)
The lltostr
function converts
longlong
to a string. The returned
string is allocated out of scratch memory and is therefore valid
only for the duration of the clause. If insufficient scratch
memory is available, lltostr
does not execute
and an error is generated.