Ejemplo n.º 1
0
void F90_FunctionEnd( int f )
{
  bprintf("      \nEND SUBROUTINE %s\n\n", varTable[ f ]->name );

  FlushBuf();

  CommentFunctionEnd( f );
}
Ejemplo n.º 2
0
void MATLAB_FunctionEnd( int f )
{
    bprintf("      \nreturn\n\n");

    FlushBuf();

    CommentFunctionEnd( f );

    /*Adi*/
    fclose(mex_funFile);


}