2 lines
72 B
C
2 lines
72 B
C
|
#pragma once
|
||
|
#define _format(n, m) __attribute__((format(printf, n, m)))
|