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) |
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:

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:

1.5.1