Skip to content

Instantly share code, notes, and snippets.

View pboettch's full-sized avatar
🐕‍🦺

Patrick Boettcher pboettch

🐕‍🦺
View GitHub Profile
@yoggy
yoggy / uuid_test.c
Created January 8, 2013 11:19
libuuid sample program
//
// libuuid sample program
//
// library install for debian
// $ sudo apt-get install uuid-dev
//
// compile
// $ gcc uuid_test.c -luuid -o uuid_test
//
#include <stdio.h>