uuid4.h 98 B

123456789
  1. #ifndef UUID4_H
  2. #define UUID4_H
  3. #include <string>
  4. std::string uuid4_generate(int len);
  5. #endif