A quick UUIDv4 generator program for OpenBSD.

George C. Privon 3a5527860f add a short readme преди 6 месеца
README.md 3a5527860f add a short readme преди 6 месеца
uuid-generator.c 52b6454d48 use 4 spaces instead of tabs преди 6 месеца

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
...