Re: [PATCH v2] util-linux: add minimal uuidgen implementation

2026-01-31 Thread Osama Abdelkader via busybox
On Fri, Jan 30, 2026 at 10:00:04PM +, Ron Yorston wrote:
> Osama Abdelkader via busybox  wrote:
> 
> >+printf("%s\n", id.uuid);
> 
> Or save 6 bytes with:
> 
> >+puts(id.uuid);
> 
> Ron

Thanks, I just sent v3.
BR,
Osama
___
busybox mailing list
[email protected]
https://lists.busybox.net/mailman/listinfo/busybox


Re: [PATCH v2] util-linux: add minimal uuidgen implementation

2026-01-30 Thread Ron Yorston via busybox
Osama Abdelkader via busybox  wrote:

>+  printf("%s\n", id.uuid);

Or save 6 bytes with:

>+  puts(id.uuid);

Ron
___
busybox mailing list
[email protected]
https://lists.busybox.net/mailman/listinfo/busybox