/*
 * DSP_TRAILER DSP Blockset Trailer Code for C-MEX S-Functions.
 *
 *    Standard block of code to be included at
 *    the very end of all C-MEX S-Functions.
 *
 *  Copyright (c) 1995-1999 The MathWorks, Inc.
 *  $Revision: 1.2 $  $Date: 2000/02/25 16:51:59 $
 */

#ifdef  MATLAB_MEX_FILE    
#include "simulink.c"      
#else
#include "cg_sfun.h"       
#endif

/* [EOF] dsp_trailer.c */
