A quick UUIDv4 generator program for OpenBSD.

George C. Privon bf63bca6df write some error-handling for UUID creation and string conversion il y a 6 mois
README.md 9e29eb24d8 code block pledge() il y a 6 mois
uuid-generator.c bf63bca6df write some error-handling for UUID creation and string conversion il y a 6 mois

README.md

uuid-generator

A short command line tool to generate and a UUIDv4 and print it to the screen. In its current form, relies on pledge() so will probably only compile on OpenBSD.

To compile and run:

$ cc -o uuid-generator uuid-generator.c
$ ./uuid-generator
...