mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2025-02-17 02:22:07 +01:00
8 lines
112 B
C
8 lines
112 B
C
#ifndef UTIL_UUID_H
|
|
#define UTIL_UUID_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool generate_uuid(char out[static 37]);
|
|
|
|
#endif
|