Re: Converting int to a string in DTrace
- Reply: Domagoj Stolfa : "Re: Converting int to a string in DTrace"
- In reply to: Domagoj Stolfa : "Re: Converting int to a string in DTrace"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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