#ifndef UID_H #define UID_H struct uid uid_true_rand(void); struct uid uid_combine(struct uid a, struct uid b); #endif