pipo.h File Reference

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

Go to the source code of this file.

Functions

int foo (int x)
int bar (int x)


Function Documentation

int bar ( int  x  ) 

Definition at line 3 of file bar.c.

Referenced by int_f4(), and mexFunction().

00004 {
00005   return x+3; 
00006 }

Here is the caller graph for this function:

int foo ( int  x  ) 

Definition at line 3 of file foo.c.

Referenced by AdaptGraduationsOnXBottomLeft(), AdaptGraduationsOnXBottomRight(), AdaptGraduationsOnYBottomLeft(), AdaptGraduationsOnYBottomRight(), AdaptGraduationsOnZ(), AllocAndSetUserLabels(), block_draw_rect_3(), checkXAxes2dTics(), checkYAxes2dTics(), DrawXTics(), DrawYTics(), int_f4(), mexFunction(), Sci_Axis(), and TDAxis().

00004 {
00005   return x+2; 
00006 }

Here is the caller graph for this function:


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