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

6 lines
93 B
C
Raw Normal View History

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