28 lines
487 B
C
28 lines
487 B
C
/*
|
|
* File: pocAlgorithm_terminate.h
|
|
*
|
|
* MATLAB Coder version : 3.3
|
|
* C/C++ source code generated on : 06-Sep-2017 14:43:17
|
|
*/
|
|
|
|
#ifndef POCALGORITHM_TERMINATE_H
|
|
#define POCALGORITHM_TERMINATE_H
|
|
|
|
/* Include Files */
|
|
#include <math.h>
|
|
#include <stddef.h>
|
|
#include <stdlib.h>
|
|
#include "rtwtypes.h"
|
|
#include "pocAlgorithm_types.h"
|
|
|
|
/* Function Declarations */
|
|
extern void pocAlgorithm_terminate(void);
|
|
|
|
#endif
|
|
|
|
/*
|
|
* File trailer for pocAlgorithm_terminate.h
|
|
*
|
|
* [EOF]
|
|
*/
|