1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-02-13 17:22:06 +01:00
wlroots-hyprland/include/util/uuid.h

9 lines
112 B
C
Raw Normal View History

#ifndef UTIL_UUID_H
#define UTIL_UUID_H
#include <stdbool.h>
bool generate_uuid(char out[static 37]);
#endif