/*
 *   SFC_API.H  Stateflow S-Function API header file.
 *
 *   Copyright (c) 1995-2000 by The MathWorks, Inc.
 *
 *   $Revision: 1.3 $  $Date: 2000/06/23 14:31:32 $
 */

#ifndef _SFC_API_H_
#define _SFC_API_H_



extern unsigned int sf_debug_api( int nlhs, mxArray * plhs[], int nrhs, const mxArray * prhs[] );

#endif /* _SFC_API_H_ */

