A quick UUIDv4 generator program for OpenBSD.
|
|
hace 6 meses | |
|---|---|---|
| README.md | hace 6 meses | |
| uuid-generator.c | hace 6 meses |
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
...