This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| int C2F() | msgout (integer *io, integer *lunit, char *str, long int str_len) |
TODO : comment
| 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:

1.5.1