xdg-desktop-portal-hyprland/include/utils.h

6 lines
93 B
C
Raw Normal View History

2023-04-09 23:30:13 +01:00
#pragma once
#include <stdarg.h>
#include <stddef.h>
char *getFormat(const char *fmt, ...);