cout.c File Reference

#include <string.h>
#include "machine.h"

Include dependency graph for cout.c:

Go to the source code of this file.

Functions

void C2F() out ()
void Cout (char *str)


Function Documentation

void Cout ( char *  str  ) 

Definition at line 7 of file cout.c.

00009 {
00010   int l;
00011   l = strlen(str) + 1;
00012   C2F(out)(str,l);
00013 }

void C2F() out (  ) 

Referenced by _ShadowSurroundedBox(), _Xaw3dDrawShadows(), callf(), Cout(), main(), sci_exit(), scicos(), and yylex1().

Here is the caller graph for this function:


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