Pigweed
C/C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
Macros
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 only if available (non-clang compilers).