You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pa-calculator/libs/getLoudness/win32/rt_nonfinite.h

33 lines
628 B
C

//
// Academic License - for use in teaching, academic research, and meeting
// course requirements at degree granting institutions only. Not for
// government, commercial, or other organizational use.
//
// rt_nonfinite.h
//
// Code generation for function 'getLoudness'
//
#ifndef RT_NONFINITE_H
#define RT_NONFINITE_H
// Include files
#include "rtwtypes.h"
#ifdef __cplusplus
extern "C" {
#endif
extern real_T rtInf;
extern real_T rtMinusInf;
extern real_T rtNaN;
extern real32_T rtInfF;
extern real32_T rtMinusInfF;
extern real32_T rtNaNF;
#ifdef __cplusplus
}
#endif
#endif
// End of code generation (rt_nonfinite.h)