// // 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. // // rtGetNaN.h // // Code generation for function 'getLoudness' // #ifndef RTGETNAN_H #define RTGETNAN_H // Include files #include "rtwtypes.h" #ifdef __cplusplus extern "C" { #endif extern real_T rtGetNaN(void); extern real32_T rtGetNaNF(void); #ifdef __cplusplus } #endif #endif // End of code generation (rtGetNaN.h)