/* * Copyright 2013 The MathWorks, Inc. */ /* Polyspace standard stdio.h umbrella. */ #ifndef PST_STDIO_UMBRELLA_IS_ALREADY_INCLUDED #if defined(PST_HAS_STDIO_H) #include #endif #define PST_STDIO_UMBRELLA_IS_ALREADY_INCLUDED #if (__GLIBC__ < 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ < 3)) # define __PST_THROW_OLD_LIBC __PST_THROW # define __PST_THROW_NEW_LIBC #else # define __PST_THROW_OLD_LIBC # define __PST_THROW_NEW_LIBC __PST_THROW #endif #endif // PST_STDIO_UMBRELLA_IS_ALREADY_INCLUDED