doxygen_recursion
 All Files Functions
Functions
test_recursion.c File Reference

Go to the source code of this file.

Functions

void tic ()
 
void tac ()
 
void toc ()
 
int fact (int n)
 
void main ()
 

Function Documentation

int fact ( int  n)

Definition at line 14 of file test_recursion.c.

Here is the caller graph for this function:

void main ( )

Definition at line 26 of file test_recursion.c.

Here is the call graph for this function:

void tac ( )

Definition at line 5 of file test_recursion.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void tic ( )

Definition at line 1 of file test_recursion.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void toc ( )

Definition at line 9 of file test_recursion.c.

Here is the call graph for this function:

Here is the caller graph for this function: