#include "pipo.h"Include dependency graph for bar.c:

Go to the source code of this file.
Functions | |
| 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:

1.5.1