msgout.c

Go to the documentation of this file.
00001 /*-----------------------------------------------------------------------------------*/
00002 /* INRIA 2006 */
00003 /* Allan CORNET */
00004 /*-----------------------------------------------------------------------------------*/ 
00005 #include "machine.h"
00006 #include "msgout.h"
00007 #include "msgstore.h"
00008 #include "basout.h"
00009 /*-----------------------------------------------------------------------------------*/ 
00010 int C2F(msgout)(integer *io,integer *lunit,char *str,long int str_len)
00011 {
00012         static integer ierr;
00013         integer i__1=str_len;
00014 
00015     C2F(basout)(io, lunit, str, str_len);
00016     ierr = C2F(msgstore)(str, &i__1);
00017 
00018     return 0;
00019 }
00020 /*-----------------------------------------------------------------------------------*/ 

Generated on Sun Mar 4 15:03:46 2007 for Scilab [trunk] by  doxygen 1.5.1