Pigweed
 
Loading...
Searching...
No Matches
Pw_preprocessor_internal

Macros

#define _PW_PRINTF_FORMAT_TYPE   printf
 
#define _PW_REQUIRE_SEMICOLON    static_assert(1, "This macro must be terminated with a semicolon")
 

Detailed Description

Macro Definition Documentation

◆ _PW_PRINTF_FORMAT_TYPE

#define _PW_PRINTF_FORMAT_TYPE   printf

When compiling for host using MinGW, use gnu_printf() rather than printf() to support z format specifiers.