msgout.c File Reference

#include "machine.h"
#include "msgout.h"
#include "msgstore.h"
#include "basout.h"

Include dependency graph for msgout.c:

Go to the source code of this file.

Functions

int C2F() msgout (integer *io, integer *lunit, char *str, long int str_len)


Function Documentation

int C2F() msgout ( integer io,
integer lunit,
char *  str,
long int  str_len 
)

TODO : comment

Parameters:
io 
lunit 
str 
str_len 

Definition at line 10 of file msgout.c.

References basout(), C2F, ierr, lunit, msgstore(), str, and 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 }

Here is the call graph for this function:


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