/* * SFC_API.H Stateflow S-Function API header file. * * Copyright 1995-2002 The MathWorks, Inc. * * $Revision: 1.4.4.2 $ $Date: 2004/12/16 21:30:43 $ */ #ifndef _SFC_API_H_ #define _SFC_API_H_ #ifdef __cplusplus extern "C" { #endif extern unsigned int sf_debug_api( int nlhs, mxArray * plhs[], int nrhs, const mxArray * prhs[] ); #ifdef __cplusplus } #endif #endif /* _SFC_API_H_ */