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