Ejemplo n.º 1
0
void d_fprintf(const emlrtStack *sp)
{
  emlrtStack st;
  st.prev = sp;
  st.tls = sp->tls;
  st.site = &ol_emlrtRSI;
  e_fprintf(&st);
}
Ejemplo n.º 2
0
void d_fprintf(real_T formatSpec)
{
  emlrtPushRtStackR2012b(&c_emlrtRSI, emlrtRootTLSGlobal);
  e_fprintf(formatSpec);
  emlrtPopRtStackR2012b(&c_emlrtRSI, emlrtRootTLSGlobal);
}
Ejemplo n.º 3
0
/*
 * Arguments    : double formatSpec
 *                double varargin_1
 * Return Type  : void
 */
void d_fprintf(double formatSpec, double varargin_1)
{
  e_fprintf(formatSpec, varargin_1);
}