/* * * 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-2013 The MathWorks, Inc. * */ #ifndef _POLYSPACE_CSTDARG #define _POLYSPACE_CSTDARG #include namespace std { using ::va_list ; } #endif /* _POLYSPACE_CSTDARG */