Luna/luna/FormatAttribute.h

2 lines
72 B
C
Raw Normal View History

2022-11-19 15:13:25 +00:00
#pragma once
#define _format(n, m) __attribute__((format(printf, n, m)))