Hi

I have been handled some code to update/maintain and there is this function that gets me very nervous.


const string ltos(const long val)
{
char buffer[41];
sprintf(buffer, "%ld",...