Files
reactos/sdk/include
Timo Kreuzer a438d7c3b8 [UCRT] Add GCC compatible definition of _CRT_STDIO_INLINE
In C99 mode GCC emits global symbols for inline functions, as soon as the compilation unit contains a declaration that marks the function as "extern". A number of functions like printf are implicitly declared as extern by GCC, which seemingly cannot be disabled. This would lead to the inline function being emitted as a global symbol in every compilation unit. Using static inline prevents duplicate symbol errors.
2025-01-30 11:30:32 +02:00
..
2025-01-23 23:43:31 +02:00
2024-10-22 08:17:45 +03:00
2025-01-28 13:36:45 +09:00
2024-11-04 08:42:34 +02:00