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

6 lines
93 B
C

#pragma once
#include <stdarg.h>
#include <stddef.h>
char *getFormat(const char *fmt, ...);