Re: Converting int to a string in DTrace

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Tue, 30 Aug 2022 16:01:07 UTC
Hey Domagoj!

> On 30. Aug 2022, at 17:58, Domagoj Stolfa <domagoj.stolfa@gmail.com> wrote:
> 
> 
>         this->unit_number = args[1]->unit_number >= 0 ? lltostr(args[1]->unit_number) : "";

This is exactly what  I was looking for, thanks!

Is it documented somewhere on FreeBSD?

Best,
Mateusz