/* * * This file and its contents are the property of The MathWorks, Inc. * * This file contains confidential proprietary information. * The reproduction, distribution, utilization or the communication * of this file or any part thereof is strictly prohibited. * Offenders will be held liable for the payment of damages. * * Copyright 1999-2012 The MathWorks, Inc. * */ #ifndef __polyspace__stdio_h #define __polyspace__stdio_h #ifdef PST_HAS_STDIO_H #include #else #ifdef PST_VISUAL typedef int fpos_t; #endif #endif /************************** * EOF definition problem * **************************/ #ifndef EOF #define EOF -1 #endif #endif /* __polyspace__stdio_h */