xdg-desktop-portal-hyprland/include/utils.h
2023-04-09 23:30:19 +01:00

6 lines
No EOL
93 B
C

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