Re: [PATCH v2] util-linux: add minimal uuidgen implementation
Osama Abdelkader via busybox <[email protected]>
| Newsgroups | gmane.linux.busybox |
|---|---|
| Message-ID | <aX39q1qRN7_U1Zo-@osama> |
On Fri, Jan 30, 2026 at 10:00:04PM +0000, Ron Yorston wrote: > Osama Abdelkader via busybox <[email protected]> wrote: > > >+ printf("%s\n", id.uuid); > > Or save 6 bytes with: > > >+ puts(id.uuid); > > Ron Thanks, I just sent v3. BR, Osama