mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-02 07:25:58 +01:00
6 lines
93 B
C
6 lines
93 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdarg.h>
|
||
|
#include <stddef.h>
|
||
|
|
||
|
char *getFormat(const char *fmt, ...);
|